Html Css Color HEX #371E90 Persian Indigo

📋 copy color: '#371E90'

red 55 ◦ green 30 ◦ blue 144

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

Shades of Persian Indigo #371E90

Tints of Persian Indigo #371E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 24.02%
G = 13.1%
B = 62.88%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#371E90 (or 0x371E90) is known color: Persian Indigo. HEX triplet: 37, 1E and 90. RGB value is (55,30,144). Sum of RGB (Red+Green+Blue) = 55+30+144=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #371E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E90 is #C8E16F. Grayscale: #323232. Windows color (decimal): -13164912 or 9444919. OLE color: 9444919.

HSL color Cylindrical-coordinate representation of color #371E90: hue angle of 253.16º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371E90 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 30 144 -
CMYK 0.62 0.79 0 0.44
HSL 253.16º 0.66% 0.34% -
HSV(B) 253.16º 0.79% 0.56% -
XYZ 7.07 3.75 26.74 -
YUV 50.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 55 30 144 0.62 0.79 0 0.44 253.16 0.66 0.34
Hex 37 1E 90 3E 4F 0 2C FD 42 22
Octal 67 36 220 76 117 0 54 375 102 42
Binary 110111 11110 10010000 111110 1001111 0 101100 11111101 1000010 100010

Color Harmonies of #371E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E90

Black with #371E90

Text Example


Text Example

White with #371E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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