Html Css Color HEX #37096F Persian Indigo

📋 copy color: '#37096F'

red 55 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #37096F

Tints of Persian Indigo #37096F

RGB

 RED value IS 55 (21.88% from 255) = 31.43%

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

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

R = 31.43%
G = 5.14%
B = 63.43%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37096F (or 0x37096F) is known color: Persian Indigo. HEX triplet: 37, 09 and 6F. RGB value is (55,9,111). Sum of RGB (Red+Green+Blue) = 55+9+111=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #37096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37096F is #C8F690. Grayscale: #222222. Windows color (decimal): -13170321 or 7276855. OLE color: 7276855.

HSL color Cylindrical-coordinate representation of color #37096F: hue angle of 267.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37096F is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 9 111 -
CMYK 0.50 0.92 0 0.56
HSL 267.06º 0.85% 0.24% -
HSV(B) 267.06º 0.92% 0.44% -
XYZ 4.54 2.16 15.22 -
YUV 34.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 55 9 111 0.50 0.92 0 0.56 267.06 0.85 0.24
Hex 37 9 6F 32 5C 0 38 10B 55 18
Octal 67 11 157 62 134 0 70 413 125 30
Binary 110111 1001 1101111 110010 1011100 0 111000 100001011 1010101 11000

Color Harmonies of #37096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37096F

Black with #37096F

Text Example


Text Example

White with #37096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,9,111); }

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

background-color css

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

 a { background-color: rgb(55,9,111); }

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

border-color css

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

 span { border-color: rgb(55,9,111); }

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