Html Css Color HEX #510464 Indigo

📋 copy color: '#510464'

red 81 ◦ green 4 ◦ blue 100

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

Shades of Indigo #510464

Tints of Indigo #510464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.05%

R = 43.78%
G = 2.16%
B = 54.05%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#510464 (or 0x510464) is known color: Indigo. HEX triplet: 51, 04 and 64. RGB value is (81,4,100). Sum of RGB (Red+Green+Blue) = 81+4+100=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #510464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510464 is #AEFB9B. Grayscale: #252525. Windows color (decimal): -11467676 or 6554705. OLE color: 6554705.

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

Color convert

RGB 81 4 100 -
CMYK 0.19 0.96 0 0.61
HSL 288.13º 0.92% 0.2% -
HSV(B) 288.13º 0.96% 0.39% -
XYZ 5.74 2.76 12.29 -
YUV 37.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 81 4 100 0.19 0.96 0 0.61 288.13 0.92 0.2
Hex 51 4 64 13 60 0 3D 120 5C 14
Octal 121 4 144 23 140 0 75 440 134 24
Binary 1010001 100 1100100 10011 1100000 0 111101 100100000 1011100 10100

Color Harmonies of #510464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510464

Black with #510464

Text Example


Text Example

White with #510464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510464; }

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

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

background-color css

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

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

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

border-color css

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

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

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