Html Css Color HEX #371096 Persian Indigo

📋 copy color: '#371096'

red 55 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #371096

Tints of Persian Indigo #371096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 150 (58.98% from 255) = 67.87%

R = 24.89%
G = 7.24%
B = 67.87%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#371096 (or 0x371096) is known color: Persian Indigo. HEX triplet: 37, 10 and 96. RGB value is (55,16,150). Sum of RGB (Red+Green+Blue) = 55+16+150=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #371096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371096 is #C8EF69. Grayscale: #2A2A2A. Windows color (decimal): -13168490 or 9834551. OLE color: 9834551.

HSL color Cylindrical-coordinate representation of color #371096: hue angle of 257.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371096 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 16 150 -
CMYK 0.63 0.89 0 0.41
HSL 257.46º 0.81% 0.33% -
HSV(B) 257.46º 0.89% 0.59% -
XYZ 7.27 3.38 29.12 -
YUV 42.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 55 16 150 0.63 0.89 0 0.41 257.46 0.81 0.33
Hex 37 10 96 3F 59 0 29 101 51 21
Octal 67 20 226 77 131 0 51 401 121 41
Binary 110111 10000 10010110 111111 1011001 0 101001 100000001 1010001 100001

Color Harmonies of #371096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371096

Black with #371096

Text Example


Text Example

White with #371096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371096; }

 p { color: rgb(55,16,150); }

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

background-color css

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

 a { background-color: rgb(55,16,150); }

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

border-color css

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

 span { border-color: rgb(55,16,150); }

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