Html Css Color HEX #371080 Persian Indigo

📋 copy color: '#371080'

red 55 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #371080

Tints of Persian Indigo #371080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 27.64%
G = 8.04%
B = 64.32%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#371080 (or 0x371080) is known color: Persian Indigo. HEX triplet: 37, 10 and 80. RGB value is (55,16,128). Sum of RGB (Red+Green+Blue) = 55+16+128=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #371080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371080 is #C8EF7F. Grayscale: #282828. Windows color (decimal): -13168512 or 8392759. OLE color: 8392759.

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

Color convert

RGB 55 16 128 -
CMYK 0.57 0.88 0 0.50
HSL 260.89º 0.78% 0.28% -
HSV(B) 260.89º 0.88% 0.5% -
XYZ 5.66 2.74 20.65 -
YUV 40.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 55 16 128 0.57 0.88 0 0.50 260.89 0.78 0.28
Hex 37 10 80 39 58 0 32 105 4E 1C
Octal 67 20 200 71 130 0 62 405 116 34
Binary 110111 10000 10000000 111001 1011000 0 110010 100000101 1001110 11100

Color Harmonies of #371080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371080

Black with #371080

Text Example


Text Example

White with #371080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371080; }

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

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

background-color css

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

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

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

border-color css

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

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

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