Html Css Color HEX #5102A6 Indigo

📋 copy color: '#5102A6'

red 81 ◦ green 2 ◦ blue 166

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

Shades of Indigo #5102A6

Tints of Indigo #5102A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.67%

R = 32.53%
G = 0.8%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5102A6 (or 0x5102A6) is known color: Indigo. HEX triplet: 51, 02 and A6. RGB value is (81,2,166). Sum of RGB (Red+Green+Blue) = 81+2+166=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #5102A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5102A6 is #AEFD59. Grayscale: #2B2B2B. Windows color (decimal): -11468122 or 10879569. OLE color: 10879569.

HSL color Cylindrical-coordinate representation of color #5102A6: hue angle of 268.9º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102A6 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 2 166 -
CMYK 0.51 0.99 0 0.35
HSL 268.9º 0.98% 0.33% -
HSV(B) 268.9º 0.99% 0.65% -
XYZ 10.3 4.55 36.41 -
YUV 44.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 81 2 166 0.51 0.99 0 0.35 268.9 0.98 0.33
Hex 51 2 A6 33 63 0 23 10D 62 21
Octal 121 2 246 63 143 0 43 415 142 41
Binary 1010001 10 10100110 110011 1100011 0 100011 100001101 1100010 100001

Color Harmonies of #5102A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5102A6

Black with #5102A6

Text Example


Text Example

White with #5102A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5102A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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