Html Css Color HEX #39116E Persian Indigo

📋 copy color: '#39116E'

red 57 ◦ green 17 ◦ blue 110

#39116E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #39116E

Tints of Persian Indigo #39116E

RGB

 RED value IS 57 (22.66% from 255) = 30.98%

 GREEN value IS 17 (7.03% from 255) = 9.24%

 BLUE value IS 110 (43.36% from 255) = 59.78%

R = 30.98%
G = 9.24%
B = 59.78%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39116E (or 0x39116E) is known color: Persian Indigo. HEX triplet: 39, 11 and 6E. RGB value is (57,17,110). Sum of RGB (Red+Green+Blue) = 57+17+110=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #39116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39116E is #C6EE91. Grayscale: #272727. Windows color (decimal): -13037202 or 7213369. OLE color: 7213369.

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

Color convert

RGB 57 17 110 -
CMYK 0.48 0.85 0 0.57
HSL 265.81º 0.73% 0.25% -
HSV(B) 265.81º 0.85% 0.43% -
XYZ 4.7 2.4 14.97 -
YUV 39.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 57 17 110 0.48 0.85 0 0.57 265.81 0.73 0.25
Hex 39 11 6E 30 55 0 39 10A 49 19
Octal 71 21 156 60 125 0 71 412 111 31
Binary 111001 10001 1101110 110000 1010101 0 111001 100001010 1001001 11001

Color Harmonies of #39116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39116E

Black with #39116E

Text Example


Text Example

White with #39116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39116E; }

 p { color: rgb(57,17,110); }

 H1.HeaderClassName
 {
   color: #39116E;
 }
 .AnyTagClassName
 {
   color: #39116E;
 }
</style>

background-color css

<style>
 a { background-color: #39116E; }

 a { background-color: rgb(57,17,110); }

 div.DivClassName
 {
   background-color: #39116E;
 }
 .BgClassName
 {
   background-color: #39116E;
 }
</style>

border-color css

<style>
 span { border-color: #39116E; }

 span { border-color: rgb(57,17,110); }

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