Html Css Color HEX #510C7C Indigo

📋 copy color: '#510C7C'

red 81 ◦ green 12 ◦ blue 124

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

Shades of Indigo #510C7C

Tints of Indigo #510C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 37.33%
G = 5.53%
B = 57.14%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#510C7C (or 0x510C7C) is known color: Indigo. HEX triplet: 51, 0C and 7C. RGB value is (81,12,124). Sum of RGB (Red+Green+Blue) = 81+12+124=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #510C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C7C is #AEF383. Grayscale: #2D2D2D. Windows color (decimal): -11465604 or 8129617. OLE color: 8129617.

HSL color Cylindrical-coordinate representation of color #510C7C: hue angle of 276.96º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510C7C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 12 124 -
CMYK 0.35 0.90 0 0.51
HSL 276.96º 0.82% 0.27% -
HSV(B) 276.96º 0.9% 0.49% -
XYZ 7.16 3.47 19.36 -
YUV 45.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 81 12 124 0.35 0.90 0 0.51 276.96 0.82 0.27
Hex 51 C 7C 23 5A 0 33 115 52 1B
Octal 121 14 174 43 132 0 63 425 122 33
Binary 1010001 1100 1111100 100011 1011010 0 110011 100010101 1010010 11011

Color Harmonies of #510C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C7C

Black with #510C7C

Text Example


Text Example

White with #510C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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