Html Css Color HEX #5402AE Indigo

📋 copy color: '#5402AE'

red 84 ◦ green 2 ◦ blue 174

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

Shades of Indigo #5402AE

Tints of Indigo #5402AE

RGB

 RED value IS 84 (33.2% from 255) = 32.31%

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

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

R = 32.31%
G = 0.77%
B = 66.92%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5402AE (or 0x5402AE) is known color: Indigo. HEX triplet: 54, 02 and AE. RGB value is (84,2,174). Sum of RGB (Red+Green+Blue) = 84+2+174=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #5402AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5402AE is #ABFD51. Grayscale: #2D2D2D. Windows color (decimal): -11271506 or 11403860. OLE color: 11403860.

HSL color Cylindrical-coordinate representation of color #5402AE: hue angle of 268.6º 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 #5402AE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 2 174 -
CMYK 0.52 0.99 0 0.32
HSL 268.6º 0.98% 0.35% -
HSV(B) 268.6º 0.99% 0.68% -
XYZ 11.32 4.98 40.41 -
YUV 46.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 84 2 174 0.52 0.99 0 0.32 268.6 0.98 0.35
Hex 54 2 AE 34 63 0 20 10D 62 23
Octal 124 2 256 64 143 0 40 415 142 43
Binary 1010100 10 10101110 110100 1100011 0 100000 100001101 1100010 100011

Color Harmonies of #5402AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5402AE

Black with #5402AE

Text Example


Text Example

White with #5402AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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