Html Css Color HEX #371785 Persian Indigo

📋 copy color: '#371785'

red 55 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #371785

Tints of Persian Indigo #371785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 26.07%
G = 10.9%
B = 63.03%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371785 (or 0x371785) is known color: Persian Indigo. HEX triplet: 37, 17 and 85. RGB value is (55,23,133). Sum of RGB (Red+Green+Blue) = 55+23+133=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #371785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371785 is #C8E87A. Grayscale: #2C2C2C. Windows color (decimal): -13166715 or 8722231. OLE color: 8722231.

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

Color convert

RGB 55 23 133 -
CMYK 0.59 0.83 0 0.48
HSL 257.45º 0.71% 0.31% -
HSV(B) 257.45º 0.83% 0.52% -
XYZ 6.12 3.12 22.47 -
YUV 45.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 55 23 133 0.59 0.83 0 0.48 257.45 0.71 0.31
Hex 37 17 85 3B 53 0 30 101 47 1F
Octal 67 27 205 73 123 0 60 401 107 37
Binary 110111 10111 10000101 111011 1010011 0 110000 100000001 1000111 11111

Color Harmonies of #371785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371785

Black with #371785

Text Example


Text Example

White with #371785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371785; }

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

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

background-color css

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

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

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

border-color css

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

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

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