Html Css Color HEX #371F84 Persian Indigo

📋 copy color: '#371F84'

red 55 ◦ green 31 ◦ blue 132

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

Shades of Persian Indigo #371F84

Tints of Persian Indigo #371F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 25.23%
G = 14.22%
B = 60.55%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371F84 (or 0x371F84) is known color: Persian Indigo. HEX triplet: 37, 1F and 84. RGB value is (55,31,132). Sum of RGB (Red+Green+Blue) = 55+31+132=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #371F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F84 is #C8E07B. Grayscale: #313131. Windows color (decimal): -13164668 or 8658743. OLE color: 8658743.

HSL color Cylindrical-coordinate representation of color #371F84: hue angle of 254.26º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371F84 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 31 132 -
CMYK 0.58 0.77 0 0.48
HSL 254.26º 0.62% 0.32% -
HSV(B) 254.26º 0.77% 0.52% -
XYZ 6.23 3.46 22.17 -
YUV 49.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 55 31 132 0.58 0.77 0 0.48 254.26 0.62 0.32
Hex 37 1F 84 3A 4D 0 30 FE 3E 20
Octal 67 37 204 72 115 0 60 376 76 40
Binary 110111 11111 10000100 111010 1001101 0 110000 11111110 111110 100000

Color Harmonies of #371F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F84

Black with #371F84

Text Example


Text Example

White with #371F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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