Html Css Color HEX #510062 Indigo

📋 copy color: '#510062'

red 81 ◦ green 0 ◦ blue 98

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

Shades of Indigo #510062

Tints of Indigo #510062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 45.25%
G = 0%
B = 54.75%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510062 (or 0x510062) is known color: Indigo. HEX triplet: 51, 00 and 62. RGB value is (81,0,98). Sum of RGB (Red+Green+Blue) = 81+0+98=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #510062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510062 is #AEFF9D. Grayscale: #232323. Windows color (decimal): -11468702 or 6422609. OLE color: 6422609.

HSL color Cylindrical-coordinate representation of color #510062: hue angle of 289.59º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510062 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 0 98 -
CMYK 0.17 1 0 0.62
HSL 289.59º 1% 0.19% -
HSV(B) 289.59º 1% 0.38% -
XYZ 5.6 2.63 11.77 -
YUV 35.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 81 0 98 0.17 1 0 0.62 289.59 1 0.19
Hex 51 0 62 11 64 0 3E 122 64 13
Octal 121 0 142 21 144 0 76 442 144 23
Binary 1010001 0 1100010 10001 1100100 0 111110 100100010 1100100 10011

Color Harmonies of #510062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510062

Black with #510062

Text Example


Text Example

White with #510062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510062; }

 p { color: rgb(81,0,98); }

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

background-color css

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

 a { background-color: rgb(81,0,98); }

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

border-color css

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

 span { border-color: rgb(81,0,98); }

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