Html Css Color HEX #371988 Persian Indigo

📋 copy color: '#371988'

red 55 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #371988

Tints of Persian Indigo #371988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

 BLUE value IS 136 (53.52% from 255) = 62.96%

R = 25.46%
G = 11.57%
B = 62.96%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#371988 (or 0x371988) is known color: Persian Indigo. HEX triplet: 37, 19 and 88. RGB value is (55,25,136). Sum of RGB (Red+Green+Blue) = 55+25+136=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #371988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371988 is #C8E677. Grayscale: #2E2E2E. Windows color (decimal): -13166200 or 8919351. OLE color: 8919351.

HSL color Cylindrical-coordinate representation of color #371988: hue angle of 256.22º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371988 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 25 136 -
CMYK 0.60 0.82 0 0.47
HSL 256.22º 0.69% 0.32% -
HSV(B) 256.22º 0.82% 0.53% -
XYZ 6.37 3.29 23.59 -
YUV 46.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 55 25 136 0.60 0.82 0 0.47 256.22 0.69 0.32
Hex 37 19 88 3C 52 0 2F 100 45 20
Octal 67 31 210 74 122 0 57 400 105 40
Binary 110111 11001 10001000 111100 1010010 0 101111 100000000 1000101 100000

Color Harmonies of #371988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371988

Black with #371988

Text Example


Text Example

White with #371988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371988; }

 p { color: rgb(55,25,136); }

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

background-color css

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

 a { background-color: rgb(55,25,136); }

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

border-color css

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

 span { border-color: rgb(55,25,136); }

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