Html Css Color HEX #510A70 Indigo

📋 copy color: '#510A70'

red 81 ◦ green 10 ◦ blue 112

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

Shades of Indigo #510A70

Tints of Indigo #510A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 39.9%
G = 4.93%
B = 55.17%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510A70 (or 0x510A70) is known color: Indigo. HEX triplet: 51, 0A and 70. RGB value is (81,10,112). Sum of RGB (Red+Green+Blue) = 81+10+112=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #510A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A70 is #AEF58F. Grayscale: #2A2A2A. Windows color (decimal): -11466128 or 7342673. OLE color: 7342673.

HSL color Cylindrical-coordinate representation of color #510A70: hue angle of 281.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510A70 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 10 112 -
CMYK 0.28 0.91 0 0.56
HSL 281.76º 0.84% 0.24% -
HSV(B) 281.76º 0.91% 0.44% -
XYZ 6.43 3.14 15.6 -
YUV 42.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 81 10 112 0.28 0.91 0 0.56 281.76 0.84 0.24
Hex 51 A 70 1C 5B 0 38 11A 54 18
Octal 121 12 160 34 133 0 70 432 124 30
Binary 1010001 1010 1110000 11100 1011011 0 111000 100011010 1010100 11000

Color Harmonies of #510A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A70

Black with #510A70

Text Example


Text Example

White with #510A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,112); }

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

background-color css

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

 a { background-color: rgb(81,10,112); }

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

border-color css

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

 span { border-color: rgb(81,10,112); }

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