#39148B

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

Shades of Persian Indigo #39148B

Tints of Persian Indigo #39148B

Color information

#39148B (or 0x39148B) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 8B. RGB value is (57,20,139). Sum of RGB (Red+Green+Blue) = 57+20+139=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #39148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39148B is #C6EB74. Grayscale: #2C2C2C. Windows color (decimal): -13036405 or 9114681. OLE color: 9114681.

HSL color Cylindrical-coordinate representation of color #39148B: hue angle of 258.66º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39148B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5720139-
CMYK0.590.8600.45
HSL258.66º74.84%31.18%-
HSV(B)258.66º85.61%54.51%-
XYZ6.63.2324.7-
YUV44.63181.26136.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 139 (54.69% from 255) = 64.35%
R=26.39%
G=9.26%
B=64.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57201390.590.8600.45258.6674.8431.18
Hex39148B3B5602D1034b1f
Octal71242137312605540311337
Binary111001101001000101111101110101100101101100000011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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