Html Css Color HEX #37119F Persian Indigo

📋 copy color: '#37119F'

red 55 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #37119F

Tints of Persian Indigo #37119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 23.81%
G = 7.36%
B = 68.83%

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

#37119F (or 0x37119F) is known color: Persian Indigo. HEX triplet: 37, 11 and 9F. RGB value is (55,17,159). Sum of RGB (Red+Green+Blue) = 55+17+159=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #37119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37119F is #C8EE60. Grayscale: #2C2C2C. Windows color (decimal): -13168225 or 10424631. OLE color: 10424631.

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

Color convert

RGB 55 17 159 -
CMYK 0.65 0.89 0 0.38
HSL 256.06º 0.81% 0.35% -
HSV(B) 256.06º 0.89% 0.62% -
XYZ 8.03 3.72 33.09 -
YUV 44.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 55 17 159 0.65 0.89 0 0.38 256.06 0.81 0.35
Hex 37 11 9F 41 59 0 26 100 51 23
Octal 67 21 237 101 131 0 46 400 121 43
Binary 110111 10001 10011111 1000001 1011001 0 100110 100000000 1010001 100011

Color Harmonies of #37119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37119F

Black with #37119F

Text Example


Text Example

White with #37119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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