Html Css Color HEX #371481 Persian Indigo

📋 copy color: '#371481'

red 55 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #371481

Tints of Persian Indigo #371481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 26.96%
G = 9.8%
B = 63.24%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371481 (or 0x371481) is known color: Persian Indigo. HEX triplet: 37, 14 and 81. RGB value is (55,20,129). Sum of RGB (Red+Green+Blue) = 55+20+129=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #371481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371481 is #C8EB7E. Grayscale: #2A2A2A. Windows color (decimal): -13167487 or 8459319. OLE color: 8459319.

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

Color convert

RGB 55 20 129 -
CMYK 0.57 0.84 0 0.49
HSL 259.27º 0.73% 0.29% -
HSV(B) 259.27º 0.84% 0.51% -
XYZ 5.79 2.9 21.02 -
YUV 42.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 55 20 129 0.57 0.84 0 0.49 259.27 0.73 0.29
Hex 37 14 81 39 54 0 31 103 49 1D
Octal 67 24 201 71 124 0 61 403 111 35
Binary 110111 10100 10000001 111001 1010100 0 110001 100000011 1001001 11101

Color Harmonies of #371481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371481

Black with #371481

Text Example


Text Example

White with #371481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371481; }

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

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

background-color css

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

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

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

border-color css

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

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

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