Html Css Color HEX #371381 Persian Indigo

📋 copy color: '#371381'

red 55 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #371381

Tints of Persian Indigo #371381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 27.09%
G = 9.36%
B = 63.55%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371381 (or 0x371381) is known color: Persian Indigo. HEX triplet: 37, 13 and 81. RGB value is (55,19,129). Sum of RGB (Red+Green+Blue) = 55+19+129=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #371381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371381 is #C8EC7E. Grayscale: #292929. Windows color (decimal): -13167743 or 8459063. OLE color: 8459063.

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

Color convert

RGB 55 19 129 -
CMYK 0.57 0.85 0 0.49
HSL 259.64º 0.74% 0.29% -
HSV(B) 259.64º 0.85% 0.51% -
XYZ 5.77 2.86 21.02 -
YUV 42.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 55 19 129 0.57 0.85 0 0.49 259.64 0.74 0.29
Hex 37 13 81 39 55 0 31 104 4A 1D
Octal 67 23 201 71 125 0 61 404 112 35
Binary 110111 10011 10000001 111001 1010101 0 110001 100000100 1001010 11101

Color Harmonies of #371381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371381

Black with #371381

Text Example


Text Example

White with #371381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371381; }

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

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

background-color css

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

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

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

border-color css

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

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

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