Html Css Color HEX #510266 Indigo

📋 copy color: '#510266'

red 81 ◦ green 2 ◦ blue 102

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

Shades of Indigo #510266

Tints of Indigo #510266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 43.78%
G = 1.08%
B = 55.14%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#510266 (or 0x510266) is known color: Indigo. HEX triplet: 51, 02 and 66. RGB value is (81,2,102). Sum of RGB (Red+Green+Blue) = 81+2+102=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #510266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510266 is #AEFD99. Grayscale: #242424. Windows color (decimal): -11468186 or 6685265. OLE color: 6685265.

HSL color Cylindrical-coordinate representation of color #510266: hue angle of 287.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510266 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 2 102 -
CMYK 0.21 0.98 0 0.6
HSL 287.4º 0.96% 0.2% -
HSV(B) 287.4º 0.98% 0.4% -
XYZ 5.81 2.75 12.8 -
YUV 37.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 81 2 102 0.21 0.98 0 0.6 287.4 0.96 0.2
Hex 51 2 66 15 62 0 3C 11F 60 14
Octal 121 2 146 25 142 0 74 437 140 24
Binary 1010001 10 1100110 10101 1100010 0 111100 100011111 1100000 10100

Color Harmonies of #510266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510266

Black with #510266

Text Example


Text Example

White with #510266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510266; }

 p { color: rgb(81,2,102); }

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

background-color css

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

 a { background-color: rgb(81,2,102); }

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

border-color css

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

 span { border-color: rgb(81,2,102); }

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