#390A88

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

Shades of Persian Indigo #390A88

Tints of Persian Indigo #390A88

Color information

#390A88 (or 0x390A88) is unknown color: approx Persian Indigo. HEX triplet: 39, 0A and 88. RGB value is (57,10,136). Sum of RGB (Red+Green+Blue) = 57+10+136=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #390A88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390A88 is #C6F577. Grayscale: #252525. Windows color (decimal): -13038968 or 8915513. OLE color: 8915513.

HSL color Cylindrical-coordinate representation of color #390A88: hue angle of 262.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390A88 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5710136-
CMYK0.580.9300.47
HSL262.38º86.3%28.63%-
HSV(B)262.38º92.65%53.33%-
XYZ6.242.8623.52-
YUV38.42183.07141.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=28.08%
G=4.93%
B=67.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57101360.580.9300.47262.3886.328.63
Hex39A883A5D02F106561d
Octal71122107213505740612635
Binary11100110101000100011101010111010101111100000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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