Html Css Color HEX #510462 Indigo

📋 copy color: '#510462'

red 81 ◦ green 4 ◦ blue 98

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

Shades of Indigo #510462

Tints of Indigo #510462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 44.26%
G = 2.19%
B = 53.55%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510462 (or 0x510462) is known color: Indigo. HEX triplet: 51, 04 and 62. RGB value is (81,4,98). Sum of RGB (Red+Green+Blue) = 81+4+98=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #510462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510462 is #AEFB9D. Grayscale: #252525. Windows color (decimal): -11467678 or 6423633. OLE color: 6423633.

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

Color convert

RGB 81 4 98 -
CMYK 0.17 0.96 0 0.62
HSL 289.15º 0.92% 0.2% -
HSV(B) 289.15º 0.96% 0.38% -
XYZ 5.64 2.72 11.78 -
YUV 37.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 81 4 98 0.17 0.96 0 0.62 289.15 0.92 0.2
Hex 51 4 62 11 60 0 3E 121 5C 14
Octal 121 4 142 21 140 0 76 441 134 24
Binary 1010001 100 1100010 10001 1100000 0 111110 100100001 1011100 10100

Color Harmonies of #510462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510462

Black with #510462

Text Example


Text Example

White with #510462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510462; }

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

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

background-color css

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

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

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

border-color css

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

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

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