Html Css Color HEX #371884 Persian Indigo

📋 copy color: '#371884'

red 55 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #371884

Tints of Persian Indigo #371884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 26.07%
G = 11.37%
B = 62.56%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371884 (or 0x371884) is known color: Persian Indigo. HEX triplet: 37, 18 and 84. RGB value is (55,24,132). Sum of RGB (Red+Green+Blue) = 55+24+132=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #371884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371884 is #C8E77B. Grayscale: #2D2D2D. Windows color (decimal): -13166460 or 8656951. OLE color: 8656951.

HSL color Cylindrical-coordinate representation of color #371884: hue angle of 257.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371884 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 24 132 -
CMYK 0.58 0.82 0 0.48
HSL 257.22º 0.69% 0.31% -
HSV(B) 257.22º 0.82% 0.52% -
XYZ 6.07 3.13 22.11 -
YUV 45.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 55 24 132 0.58 0.82 0 0.48 257.22 0.69 0.31
Hex 37 18 84 3A 52 0 30 101 45 1F
Octal 67 30 204 72 122 0 60 401 105 37
Binary 110111 11000 10000100 111010 1010010 0 110000 100000001 1000101 11111

Color Harmonies of #371884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371884

Black with #371884

Text Example


Text Example

White with #371884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371884; }

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

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

background-color css

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

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

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

border-color css

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

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

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