Html Css Color HEX #371799 Persian Indigo

📋 copy color: '#371799'

red 55 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #371799

Tints of Persian Indigo #371799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

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

R = 23.81%
G = 9.96%
B = 66.23%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#371799 (or 0x371799) is known color: Persian Indigo. HEX triplet: 37, 17 and 99. RGB value is (55,23,153). Sum of RGB (Red+Green+Blue) = 55+23+153=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #371799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371799 is #C8E866. Grayscale: #2E2E2E. Windows color (decimal): -13166695 or 10032951. OLE color: 10032951.

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

Color convert

RGB 55 23 153 -
CMYK 0.64 0.85 0 0.4
HSL 254.77º 0.74% 0.35% -
HSV(B) 254.77º 0.85% 0.6% -
XYZ 7.63 3.72 30.45 -
YUV 47.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 55 23 153 0.64 0.85 0 0.4 254.77 0.74 0.35
Hex 37 17 99 40 55 0 28 FF 4A 23
Octal 67 27 231 100 125 0 50 377 112 43
Binary 110111 10111 10011001 1000000 1010101 0 101000 11111111 1001010 100011

Color Harmonies of #371799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371799

Black with #371799

Text Example


Text Example

White with #371799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371799; }

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

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

background-color css

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

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

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

border-color css

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

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

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