Html Css Color HEX #371E87 Persian Indigo

📋 copy color: '#371E87'

red 55 ◦ green 30 ◦ blue 135

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

Shades of Persian Indigo #371E87

Tints of Persian Indigo #371E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 135 (53.13% from 255) = 61.36%

R = 25%
G = 13.64%
B = 61.36%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#371E87 (or 0x371E87) is known color: Persian Indigo. HEX triplet: 37, 1E and 87. RGB value is (55,30,135). Sum of RGB (Red+Green+Blue) = 55+30+135=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #371E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E87 is #C8E178. Grayscale: #313131. Windows color (decimal): -13164921 or 8855095. OLE color: 8855095.

HSL color Cylindrical-coordinate representation of color #371E87: hue angle of 254.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371E87 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 30 135 -
CMYK 0.59 0.78 0 0.47
HSL 254.29º 0.64% 0.32% -
HSV(B) 254.29º 0.78% 0.53% -
XYZ 6.41 3.49 23.26 -
YUV 49.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 55 30 135 0.59 0.78 0 0.47 254.29 0.64 0.32
Hex 37 1E 87 3B 4E 0 2F FE 40 20
Octal 67 36 207 73 116 0 57 376 100 40
Binary 110111 11110 10000111 111011 1001110 0 101111 11111110 1000000 100000

Color Harmonies of #371E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E87

Black with #371E87

Text Example


Text Example

White with #371E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E87; }

 p { color: rgb(55,30,135); }

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

background-color css

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

 a { background-color: rgb(55,30,135); }

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

border-color css

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

 span { border-color: rgb(55,30,135); }

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