Html Css Color HEX #510C6C Indigo

📋 copy color: '#510C6C'

red 81 ◦ green 12 ◦ blue 108

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

Shades of Indigo #510C6C

Tints of Indigo #510C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.97%

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 40.3%
G = 5.97%
B = 53.73%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#510C6C (or 0x510C6C) is known color: Indigo. HEX triplet: 51, 0C and 6C. RGB value is (81,12,108). Sum of RGB (Red+Green+Blue) = 81+12+108=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #510C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C6C is #AEF393. Grayscale: #2B2B2B. Windows color (decimal): -11465620 or 7081041. OLE color: 7081041.

HSL color Cylindrical-coordinate representation of color #510C6C: hue angle of 283.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510C6C is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 12 108 -
CMYK 0.25 0.89 0 0.58
HSL 283.13º 0.8% 0.24% -
HSV(B) 283.13º 0.89% 0.42% -
XYZ 6.23 3.09 14.46 -
YUV 43.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 81 12 108 0.25 0.89 0 0.58 283.13 0.8 0.24
Hex 51 C 6C 19 59 0 3A 11B 50 18
Octal 121 14 154 31 131 0 72 433 120 30
Binary 1010001 1100 1101100 11001 1011001 0 111010 100011011 1010000 11000

Color Harmonies of #510C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C6C

Black with #510C6C

Text Example


Text Example

White with #510C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510C6C; }

 p { color: rgb(81,12,108); }

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

background-color css

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

 a { background-color: rgb(81,12,108); }

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

border-color css

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

 span { border-color: rgb(81,12,108); }

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