Html Css Color HEX #371185 Persian Indigo

📋 copy color: '#371185'

red 55 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #371185

Tints of Persian Indigo #371185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 26.83%
G = 8.29%
B = 64.88%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371185 (or 0x371185) is known color: Persian Indigo. HEX triplet: 37, 11 and 85. RGB value is (55,17,133). Sum of RGB (Red+Green+Blue) = 55+17+133=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #371185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371185 is #C8EE7A. Grayscale: #292929. Windows color (decimal): -13168251 or 8720695. OLE color: 8720695.

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

Color convert

RGB 55 17 133 -
CMYK 0.59 0.87 0 0.48
HSL 259.66º 0.77% 0.29% -
HSV(B) 259.66º 0.87% 0.52% -
XYZ 6.01 2.91 22.43 -
YUV 41.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 55 17 133 0.59 0.87 0 0.48 259.66 0.77 0.29
Hex 37 11 85 3B 57 0 30 104 4D 1D
Octal 67 21 205 73 127 0 60 404 115 35
Binary 110111 10001 10000101 111011 1010111 0 110000 100000100 1001101 11101

Color Harmonies of #371185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371185

Black with #371185

Text Example


Text Example

White with #371185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371185; }

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

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

background-color css

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

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

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

border-color css

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

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

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