#39146D

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

Shades of Persian Indigo #39146D

Tints of Persian Indigo #39146D

Color information

#39146D (or 0x39146D) is unknown color: approx Persian Indigo. HEX triplet: 39, 14 and 6D. RGB value is (57,20,109). Sum of RGB (Red+Green+Blue) = 57+20+109=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #39146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39146D is #C6EB92. Grayscale: #282828. Windows color (decimal): -13036435 or 7148601. OLE color: 7148601.

HSL color Cylindrical-coordinate representation of color #39146D: hue angle of 264.94º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39146D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5720109-
CMYK0.480.8200.57
HSL264.94º68.99%25.29%-
HSV(B)264.94º81.65%42.75%-
XYZ4.72.4714.7-
YUV41.21166.26139.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=30.65%
G=10.75%
B=58.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57201090.480.8200.57264.9468.9925.29
Hex39146D30520391094519
Octal71241556012207141110531
Binary11100110100110110111000010100100111001100001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39146D; }

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

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

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

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

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

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

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

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