Html Css Color HEX #39096E Persian Indigo

📋 copy color: '#39096E'

red 57 ◦ green 9 ◦ blue 110

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

Shades of Persian Indigo #39096E

Tints of Persian Indigo #39096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

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

R = 32.39%
G = 5.11%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39096E (or 0x39096E) is known color: Persian Indigo. HEX triplet: 39, 09 and 6E. RGB value is (57,9,110). Sum of RGB (Red+Green+Blue) = 57+9+110=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #39096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39096E is #C6F691. Grayscale: #222222. Windows color (decimal): -13039250 or 7211321. OLE color: 7211321.

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

Color convert

RGB 57 9 110 -
CMYK 0.48 0.92 0 0.57
HSL 268.51º 0.85% 0.23% -
HSV(B) 268.51º 0.92% 0.43% -
XYZ 4.6 2.19 14.93 -
YUV 34.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 57 9 110 0.48 0.92 0 0.57 268.51 0.85 0.23
Hex 39 9 6E 30 5C 0 39 10D 55 17
Octal 71 11 156 60 134 0 71 415 125 27
Binary 111001 1001 1101110 110000 1011100 0 111001 100001101 1010101 10111

Color Harmonies of #39096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39096E

Black with #39096E

Text Example


Text Example

White with #39096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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