Html Css Color HEX #5102AE Indigo

📋 copy color: '#5102AE'

red 81 ◦ green 2 ◦ blue 174

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

Shades of Indigo #5102AE

Tints of Indigo #5102AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 31.52%
G = 0.78%
B = 67.7%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5102AE (or 0x5102AE) is known color: Indigo. HEX triplet: 51, 02 and AE. RGB value is (81,2,174). Sum of RGB (Red+Green+Blue) = 81+2+174=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #5102AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5102AE is #AEFD51. Grayscale: #2C2C2C. Windows color (decimal): -11468114 or 11403857. OLE color: 11403857.

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

Color convert

RGB 81 2 174 -
CMYK 0.53 0.99 0 0.32
HSL 267.56º 0.98% 0.35% -
HSV(B) 267.56º 0.99% 0.68% -
XYZ 11.06 4.85 40.4 -
YUV 45.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 81 2 174 0.53 0.99 0 0.32 267.56 0.98 0.35
Hex 51 2 AE 35 63 0 20 10C 62 23
Octal 121 2 256 65 143 0 40 414 142 43
Binary 1010001 10 10101110 110101 1100011 0 100000 100001100 1100010 100011

Color Harmonies of #5102AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5102AE

Black with #5102AE

Text Example


Text Example

White with #5102AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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