Html Css Color HEX #51159C Indigo

📋 copy color: '#51159C'

red 81 ◦ green 21 ◦ blue 156

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

Shades of Indigo #51159C

Tints of Indigo #51159C

RGB

 RED value IS 81 (32.03% from 255) = 31.4%

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 31.4%
G = 8.14%
B = 60.47%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51159C (or 0x51159C) is known color: Indigo. HEX triplet: 51, 15 and 9C. RGB value is (81,21,156). Sum of RGB (Red+Green+Blue) = 81+21+156=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #51159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51159C is #AEEA63. Grayscale: #353535. Windows color (decimal): -11463268 or 10229073. OLE color: 10229073.

HSL color Cylindrical-coordinate representation of color #51159C: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51159C is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 21 156 -
CMYK 0.48 0.87 0 0.39
HSL 266.67º 0.76% 0.35% -
HSV(B) 266.67º 0.87% 0.61% -
XYZ 9.66 4.69 31.85 -
YUV 54.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 81 21 156 0.48 0.87 0 0.39 266.67 0.76 0.35
Hex 51 15 9C 30 57 0 27 10B 4C 23
Octal 121 25 234 60 127 0 47 413 114 43
Binary 1010001 10101 10011100 110000 1010111 0 100111 100001011 1001100 100011

Color Harmonies of #51159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51159C

Black with #51159C

Text Example


Text Example

White with #51159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51159C; }

 p { color: rgb(81,21,156); }

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

background-color css

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

 a { background-color: rgb(81,21,156); }

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

border-color css

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

 span { border-color: rgb(81,21,156); }

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