Html Css Color HEX #37117E Persian Indigo

📋 copy color: '#37117E'

red 55 ◦ green 17 ◦ blue 126

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

Shades of Persian Indigo #37117E

Tints of Persian Indigo #37117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.64%

R = 27.78%
G = 8.59%
B = 63.64%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37117E (or 0x37117E) is known color: Persian Indigo. HEX triplet: 37, 11 and 7E. RGB value is (55,17,126). Sum of RGB (Red+Green+Blue) = 55+17+126=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #37117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37117E is #C8EE81. Grayscale: #282828. Windows color (decimal): -13168258 or 8261943. OLE color: 8261943.

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

Color convert

RGB 55 17 126 -
CMYK 0.56 0.87 0 0.51
HSL 260.92º 0.76% 0.28% -
HSV(B) 260.92º 0.87% 0.49% -
XYZ 5.54 2.72 19.97 -
YUV 40.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 55 17 126 0.56 0.87 0 0.51 260.92 0.76 0.28
Hex 37 11 7E 38 57 0 33 105 4C 1C
Octal 67 21 176 70 127 0 63 405 114 34
Binary 110111 10001 1111110 111000 1010111 0 110011 100000101 1001100 11100

Color Harmonies of #37117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37117E

Black with #37117E

Text Example


Text Example

White with #37117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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