Html Css Color HEX #371399 Persian Indigo

📋 copy color: '#371399'

red 55 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #371399

Tints of Persian Indigo #371399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 24.23%
G = 8.37%
B = 67.4%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#371399 (or 0x371399) is known color: Persian Indigo. HEX triplet: 37, 13 and 99. RGB value is (55,19,153). Sum of RGB (Red+Green+Blue) = 55+19+153=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #371399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371399 is #C8EC66. Grayscale: #2C2C2C. Windows color (decimal): -13167719 or 10031927. OLE color: 10031927.

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

Color convert

RGB 55 19 153 -
CMYK 0.64 0.88 0 0.4
HSL 256.12º 0.78% 0.34% -
HSV(B) 256.12º 0.88% 0.6% -
XYZ 7.56 3.58 30.43 -
YUV 45.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 55 19 153 0.64 0.88 0 0.4 256.12 0.78 0.34
Hex 37 13 99 40 58 0 28 100 4E 22
Octal 67 23 231 100 130 0 50 400 116 42
Binary 110111 10011 10011001 1000000 1011000 0 101000 100000000 1001110 100010

Color Harmonies of #371399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371399

Black with #371399

Text Example


Text Example

White with #371399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371399; }

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

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

background-color css

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

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

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

border-color css

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

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

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