Html Css Color HEX #371599 Persian Indigo

📋 copy color: '#371599'

red 55 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #371599

Tints of Persian Indigo #371599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 153 (60.16% from 255) = 66.81%

R = 24.02%
G = 9.17%
B = 66.81%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#371599 (or 0x371599) is known color: Persian Indigo. HEX triplet: 37, 15 and 99. RGB value is (55,21,153). Sum of RGB (Red+Green+Blue) = 55+21+153=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #371599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371599 is #C8EA66. Grayscale: #2D2D2D. Windows color (decimal): -13167207 or 10032439. OLE color: 10032439.

HSL color Cylindrical-coordinate representation of color #371599: hue angle of 255.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371599 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 21 153 -
CMYK 0.64 0.86 0 0.4
HSL 255.45º 0.76% 0.34% -
HSV(B) 255.45º 0.86% 0.6% -
XYZ 7.59 3.65 30.44 -
YUV 46.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 55 21 153 0.64 0.86 0 0.4 255.45 0.76 0.34
Hex 37 15 99 40 56 0 28 FF 4C 22
Octal 67 25 231 100 126 0 50 377 114 42
Binary 110111 10101 10011001 1000000 1010110 0 101000 11111111 1001100 100010

Color Harmonies of #371599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371599

Black with #371599

Text Example


Text Example

White with #371599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371599; }

 p { color: rgb(55,21,153); }

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

background-color css

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

 a { background-color: rgb(55,21,153); }

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

border-color css

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

 span { border-color: rgb(55,21,153); }

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