Html Css Color HEX #37119D Persian Indigo

📋 copy color: '#37119D'

red 55 ◦ green 17 ◦ blue 157

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

Shades of Persian Indigo #37119D

Tints of Persian Indigo #37119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 24.02%
G = 7.42%
B = 68.56%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37119D (or 0x37119D) is known color: Persian Indigo. HEX triplet: 37, 11 and 9D. RGB value is (55,17,157). Sum of RGB (Red+Green+Blue) = 55+17+157=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #37119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37119D is #C8EE62. Grayscale: #2B2B2B. Windows color (decimal): -13168227 or 10293559. OLE color: 10293559.

HSL color Cylindrical-coordinate representation of color #37119D: hue angle of 256.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37119D is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 17 157 -
CMYK 0.65 0.89 0 0.38
HSL 256.29º 0.8% 0.34% -
HSV(B) 256.29º 0.89% 0.62% -
XYZ 7.86 3.65 32.19 -
YUV 44.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 55 17 157 0.65 0.89 0 0.38 256.29 0.8 0.34
Hex 37 11 9D 41 59 0 26 100 50 22
Octal 67 21 235 101 131 0 46 400 120 42
Binary 110111 10001 10011101 1000001 1011001 0 100110 100000000 1010000 100010

Color Harmonies of #37119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37119D

Black with #37119D

Text Example


Text Example

White with #37119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37119D; }

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

 H1.HeaderClassName
 {
   color: #37119D;
 }
 .AnyTagClassName
 {
   color: #37119D;
 }
</style>

background-color css

<style>
 a { background-color: #37119D; }

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

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

border-color css

<style>
 span { border-color: #37119D; }

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

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