Html Css Color HEX #37116F Persian Indigo

📋 copy color: '#37116F'

red 55 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #37116F

Tints of Persian Indigo #37116F

RGB

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

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

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

R = 30.05%
G = 9.29%
B = 60.66%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37116F (or 0x37116F) is known color: Persian Indigo. HEX triplet: 37, 11 and 6F. RGB value is (55,17,111). Sum of RGB (Red+Green+Blue) = 55+17+111=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #37116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37116F is #C8EE90. Grayscale: #262626. Windows color (decimal): -13168273 or 7278903. OLE color: 7278903.

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

Color convert

RGB 55 17 111 -
CMYK 0.50 0.85 0 0.56
HSL 264.26º 0.73% 0.25% -
HSV(B) 264.26º 0.85% 0.44% -
XYZ 4.65 2.36 15.25 -
YUV 39.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 55 17 111 0.50 0.85 0 0.56 264.26 0.73 0.25
Hex 37 11 6F 32 55 0 38 108 49 19
Octal 67 21 157 62 125 0 70 410 111 31
Binary 110111 10001 1101111 110010 1010101 0 111000 100001000 1001001 11001

Color Harmonies of #37116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37116F

Black with #37116F

Text Example


Text Example

White with #37116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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