Html Css Color HEX #371380 Persian Indigo

📋 copy color: '#371380'

red 55 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #371380

Tints of Persian Indigo #371380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 27.23%
G = 9.41%
B = 63.37%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#371380 (or 0x371380) is known color: Persian Indigo. HEX triplet: 37, 13 and 80. RGB value is (55,19,128). Sum of RGB (Red+Green+Blue) = 55+19+128=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #371380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371380 is #C8EC7F. Grayscale: #292929. Windows color (decimal): -13167744 or 8393527. OLE color: 8393527.

HSL color Cylindrical-coordinate representation of color #371380: hue angle of 259.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371380 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 19 128 -
CMYK 0.57 0.85 0 0.50
HSL 259.82º 0.74% 0.29% -
HSV(B) 259.82º 0.85% 0.5% -
XYZ 5.7 2.84 20.67 -
YUV 42.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 55 19 128 0.57 0.85 0 0.50 259.82 0.74 0.29
Hex 37 13 80 39 55 0 32 104 4A 1D
Octal 67 23 200 71 125 0 62 404 112 35
Binary 110111 10011 10000000 111001 1010101 0 110010 100000100 1001010 11101

Color Harmonies of #371380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371380

Black with #371380

Text Example


Text Example

White with #371380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371380; }

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

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

background-color css

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

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

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

border-color css

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

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

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