Html Css Color HEX #37117F Persian Indigo

📋 copy color: '#37117F'

red 55 ◦ green 17 ◦ blue 127

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

Shades of Persian Indigo #37117F

Tints of Persian Indigo #37117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 27.64%
G = 8.54%
B = 63.82%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37117F (or 0x37117F) is known color: Persian Indigo. HEX triplet: 37, 11 and 7F. RGB value is (55,17,127). Sum of RGB (Red+Green+Blue) = 55+17+127=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #37117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37117F is #C8EE80. Grayscale: #282828. Windows color (decimal): -13168257 or 8327479. OLE color: 8327479.

HSL color Cylindrical-coordinate representation of color #37117F: hue angle of 260.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37117F is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 17 127 -
CMYK 0.57 0.87 0 0.50
HSL 260.73º 0.76% 0.28% -
HSV(B) 260.73º 0.87% 0.5% -
XYZ 5.61 2.75 20.31 -
YUV 40.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 55 17 127 0.57 0.87 0 0.50 260.73 0.76 0.28
Hex 37 11 7F 39 57 0 32 105 4C 1C
Octal 67 21 177 71 127 0 62 405 114 34
Binary 110111 10001 1111111 111001 1010111 0 110010 100000101 1001100 11100

Color Harmonies of #37117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37117F

Black with #37117F

Text Example


Text Example

White with #37117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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