Html Css Color HEX #371487 Persian Indigo

📋 copy color: '#371487'

red 55 ◦ green 20 ◦ blue 135

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

Shades of Persian Indigo #371487

Tints of Persian Indigo #371487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 26.19%
G = 9.52%
B = 64.29%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#371487 (or 0x371487) is known color: Persian Indigo. HEX triplet: 37, 14 and 87. RGB value is (55,20,135). Sum of RGB (Red+Green+Blue) = 55+20+135=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #371487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371487 is #C8EB78. Grayscale: #2B2B2B. Windows color (decimal): -13167481 or 8852535. OLE color: 8852535.

HSL color Cylindrical-coordinate representation of color #371487: hue angle of 258.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371487 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 20 135 -
CMYK 0.59 0.85 0 0.47
HSL 258.26º 0.74% 0.3% -
HSV(B) 258.26º 0.85% 0.53% -
XYZ 6.2 3.06 23.19 -
YUV 43.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 55 20 135 0.59 0.85 0 0.47 258.26 0.74 0.3
Hex 37 14 87 3B 55 0 2F 102 4A 1E
Octal 67 24 207 73 125 0 57 402 112 36
Binary 110111 10100 10000111 111011 1010101 0 101111 100000010 1001010 11110

Color Harmonies of #371487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371487

Black with #371487

Text Example


Text Example

White with #371487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371487; }

 p { color: rgb(55,20,135); }

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

background-color css

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

 a { background-color: rgb(55,20,135); }

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

border-color css

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

 span { border-color: rgb(55,20,135); }

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