#390AAC

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

Shades of Persian Indigo #390AAC

Tints of Persian Indigo #390AAC

Color information

#390AAC (or 0x390AAC) is unknown color: approx Persian Indigo. HEX triplet: 39, 0A and AC. RGB value is (57,10,172). Sum of RGB (Red+Green+Blue) = 57+10+172=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #390AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390AAC is #C6F553. Grayscale: #292929. Windows color (decimal): -13038932 or 11274809. OLE color: 11274809.

HSL color Cylindrical-coordinate representation of color #390AAC: hue angle of 257.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390AAC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5710172-
CMYK0.670.9400.33
HSL257.41º89.01%35.69%-
HSV(B)257.41º94.19%67.45%-
XYZ9.244.0739.33-
YUV42.52201.07138.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 172 (67.58% from 255) = 71.97%
R=23.85%
G=4.18%
B=71.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57101720.670.9400.33257.4189.0135.69
Hex39AAC435E0211015924
Octal711225410313604140113144
Binary1110011010101011001000011101111001000011000000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390AAC; }

 p { color: rgb(57,10,172); }

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

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

 a { background-color: rgb(57,10,172); }

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

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

 span { border-color: rgb(57,10,172); }

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