Html Css Color HEX #371E86 Persian Indigo

📋 copy color: '#371E86'

red 55 ◦ green 30 ◦ blue 134

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

Shades of Persian Indigo #371E86

Tints of Persian Indigo #371E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.19%

R = 25.11%
G = 13.7%
B = 61.19%

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

#371E86 (or 0x371E86) is known color: Persian Indigo. HEX triplet: 37, 1E and 86. RGB value is (55,30,134). Sum of RGB (Red+Green+Blue) = 55+30+134=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #371E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E86 is #C8E179. Grayscale: #303030. Windows color (decimal): -13164922 or 8789559. OLE color: 8789559.

HSL color Cylindrical-coordinate representation of color #371E86: hue angle of 254.42º degrees, saturation: 0.63, 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 #371E86 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 30 134 -
CMYK 0.59 0.78 0 0.47
HSL 254.42º 0.63% 0.32% -
HSV(B) 254.42º 0.78% 0.53% -
XYZ 6.34 3.46 22.89 -
YUV 49.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 55 30 134 0.59 0.78 0 0.47 254.42 0.63 0.32
Hex 37 1E 86 3B 4E 0 2F FE 3F 20
Octal 67 36 206 73 116 0 57 376 77 40
Binary 110111 11110 10000110 111011 1001110 0 101111 11111110 111111 100000

Color Harmonies of #371E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E86

Black with #371E86

Text Example


Text Example

White with #371E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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