Html Css Color HEX #371180 Persian Indigo

📋 copy color: '#371180'

red 55 ◦ green 17 ◦ blue 128

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

Shades of Persian Indigo #371180

Tints of Persian Indigo #371180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64%

R = 27.5%
G = 8.5%
B = 64%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#371180 (or 0x371180) is known color: Persian Indigo. HEX triplet: 37, 11 and 80. RGB value is (55,17,128). Sum of RGB (Red+Green+Blue) = 55+17+128=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #371180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371180 is #C8EE7F. Grayscale: #282828. Windows color (decimal): -13168256 or 8393015. OLE color: 8393015.

HSL color Cylindrical-coordinate representation of color #371180: hue angle of 260.54º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371180 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 17 128 -
CMYK 0.57 0.87 0 0.50
HSL 260.54º 0.77% 0.28% -
HSV(B) 260.54º 0.87% 0.5% -
XYZ 5.67 2.77 20.66 -
YUV 41.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 55 17 128 0.57 0.87 0 0.50 260.54 0.77 0.28
Hex 37 11 80 39 57 0 32 105 4D 1C
Octal 67 21 200 71 127 0 62 405 115 34
Binary 110111 10001 10000000 111001 1010111 0 110010 100000101 1001101 11100

Color Harmonies of #371180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371180

Black with #371180

Text Example


Text Example

White with #371180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371180; }

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

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

background-color css

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

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

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

border-color css

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

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

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