Html Css Color HEX #371585 Persian Indigo

📋 copy color: '#371585'

red 55 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #371585

Tints of Persian Indigo #371585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 26.32%
G = 10.05%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371585 (or 0x371585) is known color: Persian Indigo. HEX triplet: 37, 15 and 85. RGB value is (55,21,133). Sum of RGB (Red+Green+Blue) = 55+21+133=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #371585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371585 is #C8EA7A. Grayscale: #2B2B2B. Windows color (decimal): -13167227 or 8721719. OLE color: 8721719.

HSL color Cylindrical-coordinate representation of color #371585: hue angle of 258.21º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371585 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 21 133 -
CMYK 0.59 0.84 0 0.48
HSL 258.21º 0.73% 0.3% -
HSV(B) 258.21º 0.84% 0.52% -
XYZ 6.08 3.04 22.46 -
YUV 43.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 55 21 133 0.59 0.84 0 0.48 258.21 0.73 0.3
Hex 37 15 85 3B 54 0 30 102 49 1E
Octal 67 25 205 73 124 0 60 402 111 36
Binary 110111 10101 10000101 111011 1010100 0 110000 100000010 1001001 11110

Color Harmonies of #371585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371585

Black with #371585

Text Example


Text Example

White with #371585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371585; }

 p { color: rgb(55,21,133); }

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

background-color css

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

 a { background-color: rgb(55,21,133); }

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

border-color css

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

 span { border-color: rgb(55,21,133); }

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