Html Css Color HEX #510A92 Indigo

📋 copy color: '#510A92'

red 81 ◦ green 10 ◦ blue 146

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

Shades of Indigo #510A92

Tints of Indigo #510A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 34.18%
G = 4.22%
B = 61.6%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510A92 (or 0x510A92) is known color: Indigo. HEX triplet: 51, 0A and 92. RGB value is (81,10,146). Sum of RGB (Red+Green+Blue) = 81+10+146=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #510A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A92 is #AEF56D. Grayscale: #2E2E2E. Windows color (decimal): -11466094 or 9570897. OLE color: 9570897.

HSL color Cylindrical-coordinate representation of color #510A92: hue angle of 271.32º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510A92 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 10 146 -
CMYK 0.45 0.93 0 0.43
HSL 271.32º 0.87% 0.31% -
HSV(B) 271.32º 0.93% 0.57% -
XYZ 8.69 4.04 27.52 -
YUV 46.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 81 10 146 0.45 0.93 0 0.43 271.32 0.87 0.31
Hex 51 A 92 2D 5D 0 2B 10F 57 1F
Octal 121 12 222 55 135 0 53 417 127 37
Binary 1010001 1010 10010010 101101 1011101 0 101011 100001111 1010111 11111

Color Harmonies of #510A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A92

Black with #510A92

Text Example


Text Example

White with #510A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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