Html Css Color HEX #371F89 Persian Indigo

📋 copy color: '#371F89'

red 55 ◦ green 31 ◦ blue 137

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

Shades of Persian Indigo #371F89

Tints of Persian Indigo #371F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.9%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 24.66%
G = 13.9%
B = 61.43%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#371F89 (or 0x371F89) is known color: Persian Indigo. HEX triplet: 37, 1F and 89. RGB value is (55,31,137). Sum of RGB (Red+Green+Blue) = 55+31+137=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #371F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F89 is #C8E076. Grayscale: #313131. Windows color (decimal): -13164663 or 8986423. OLE color: 8986423.

HSL color Cylindrical-coordinate representation of color #371F89: hue angle of 253.58º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371F89 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 31 137 -
CMYK 0.60 0.77 0 0.46
HSL 253.58º 0.63% 0.33% -
HSV(B) 253.58º 0.77% 0.54% -
XYZ 6.58 3.6 24.01 -
YUV 50.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 55 31 137 0.60 0.77 0 0.46 253.58 0.63 0.33
Hex 37 1F 89 3C 4D 0 2E FE 3F 21
Octal 67 37 211 74 115 0 56 376 77 41
Binary 110111 11111 10001001 111100 1001101 0 101110 11111110 111111 100001

Color Harmonies of #371F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F89

Black with #371F89

Text Example


Text Example

White with #371F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,137); }

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

background-color css

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

 a { background-color: rgb(55,31,137); }

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

border-color css

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

 span { border-color: rgb(55,31,137); }

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