#39149B

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

Shades of Persian Indigo #39149B

Tints of Persian Indigo #39149B

Color information

#39149B (or 0x39149B) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 9B. RGB value is (57,20,155). Sum of RGB (Red+Green+Blue) = 57+20+155=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #39149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149B is #C6EB64. Grayscale: #2D2D2D. Windows color (decimal): -13036389 or 10163257. OLE color: 10163257.

HSL color Cylindrical-coordinate representation of color #39149B: hue angle of 256.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39149B is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5720155-
CMYK0.630.8700.39
HSL256.44º77.14%34.31%-
HSV(B)256.44º87.1%60.78%-
XYZ7.853.7431.32-
YUV46.45189.26135.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=24.57%
G=8.62%
B=66.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57201550.630.8700.39256.4477.1434.31
Hex39149B3F570271004d22
Octal71242337712704740011542
Binary1110011010010011011111111101011101001111000000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39149B; }

 p { color: rgb(57,20,155); }

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

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

 a { background-color: rgb(57,20,155); }

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

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

 span { border-color: rgb(57,20,155); }

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