Html Css Color HEX #39116D Persian Indigo

📋 copy color: '#39116D'

red 57 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #39116D

Tints of Persian Indigo #39116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 31.15%
G = 9.29%
B = 59.56%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39116D (or 0x39116D) is known color: Persian Indigo. HEX triplet: 39, 11 and 6D. RGB value is (57,17,109). Sum of RGB (Red+Green+Blue) = 57+17+109=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #39116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39116D is #C6EE92. Grayscale: #272727. Windows color (decimal): -13037203 or 7147833. OLE color: 7147833.

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

Color convert

RGB 57 17 109 -
CMYK 0.48 0.84 0 0.57
HSL 266.09º 0.73% 0.25% -
HSV(B) 266.09º 0.84% 0.43% -
XYZ 4.65 2.37 14.68 -
YUV 39.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 57 17 109 0.48 0.84 0 0.57 266.09 0.73 0.25
Hex 39 11 6D 30 54 0 39 10A 49 19
Octal 71 21 155 60 124 0 71 412 111 31
Binary 111001 10001 1101101 110000 1010100 0 111001 100001010 1001001 11001

Color Harmonies of #39116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39116D

Black with #39116D

Text Example


Text Example

White with #39116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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