Html Css Color HEX #39086F Persian Indigo

📋 copy color: '#39086F'

red 57 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #39086F

Tints of Persian Indigo #39086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

 BLUE value IS 111 (43.75% from 255) = 63.07%

R = 32.39%
G = 4.55%
B = 63.07%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#39086F (or 0x39086F) is known color: Persian Indigo. HEX triplet: 39, 08 and 6F. RGB value is (57,8,111). Sum of RGB (Red+Green+Blue) = 57+8+111=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #39086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39086F is #C6F790. Grayscale: #222222. Windows color (decimal): -13039505 or 7276601. OLE color: 7276601.

HSL color Cylindrical-coordinate representation of color #39086F: hue angle of 268.54º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39086F is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 8 111 -
CMYK 0.49 0.93 0 0.56
HSL 268.54º 0.87% 0.23% -
HSV(B) 268.54º 0.93% 0.44% -
XYZ 4.64 2.19 15.22 -
YUV 34.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 57 8 111 0.49 0.93 0 0.56 268.54 0.87 0.23
Hex 39 8 6F 31 5D 0 38 10D 57 17
Octal 71 10 157 61 135 0 70 415 127 27
Binary 111001 1000 1101111 110001 1011101 0 111000 100001101 1010111 10111

Color Harmonies of #39086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39086F

Black with #39086F

Text Example


Text Example

White with #39086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39086F; }

 p { color: rgb(57,8,111); }

 H1.HeaderClassName
 {
   color: #39086F;
 }
 .AnyTagClassName
 {
   color: #39086F;
 }
</style>

background-color css

<style>
 a { background-color: #39086F; }

 a { background-color: rgb(57,8,111); }

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

border-color css

<style>
 span { border-color: #39086F; }

 span { border-color: rgb(57,8,111); }

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