#380469

Color #380469 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380469

Tints of Persian Indigo #380469

Color information

#380469 (or 0x380469) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 69. RGB value is (56,4,105). Sum of RGB (Red+Green+Blue) = 56+4+105=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #380469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380469 is #C7FB96. Grayscale: #1E1E1E. Windows color (decimal): -13106071 or 6882360. OLE color: 6882360.

HSL color Cylindrical-coordinate representation of color #380469: hue angle of 270.89º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380469 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB564105-
CMYK0.470.9600.59
HSL270.89º92.66%21.37%-
HSV(B)270.89º96.19%41.18%-
XYZ4.221.9513.52-
YUV31.06169.73145.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=33.94%
G=2.42%
B=63.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5641050.470.9600.59270.8992.6621.37
Hex384692F6003B10f5d15
Octal7041515714007341713525
Binary111000100110100110111111000000111011100001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380469; }

 p { color: rgb(56,4,105); }

 H1.HeaderClassName
 {
   color: #380469;
 }
 .AnyTagClassName
 {
   color: #380469;
 }
</style>
background-color css

<style>
 a { background-color: #380469; }

 a { background-color: rgb(56,4,105); }

 div.DivClassName
 {
   background-color: #380469;
 }
 .BgClassName
 {
   background-color: #380469;
 }
</style>
border-color css

<style>
 span { border-color: #380469; }

 span { border-color: rgb(56,4,105); }

 td.TdClassName
 {
   border-color: #380469;
 }
 .TagClassName
 {
   border-color: #380469;
 }
</style>