Html Css Color HEX #5300AA Indigo

📋 copy color: '#5300AA'

red 83 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5300AA

Tints of Indigo #5300AA

RGB

 RED value IS 83 (32.81% from 255) = 32.81%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 67.19%

R = 32.81%
G = 0%
B = 67.19%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5300AA (or 0x5300AA) is known color: Indigo. HEX triplet: 53, 00 and AA. RGB value is (83,0,170). Sum of RGB (Red+Green+Blue) = 83+0+170=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #5300AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5300AA is #ACFF55. Grayscale: #2B2B2B. Windows color (decimal): -11337558 or 11141203. OLE color: 11141203.

HSL color Cylindrical-coordinate representation of color #5300AA: hue angle of 269.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300AA is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 0 170 -
CMYK 0.51 1 0 0.33
HSL 269.29º 1% 0.33% -
HSV(B) 269.29º 1% 0.67% -
XYZ 10.82 4.74 38.37 -
YUV 44.2 199 155.68 -
System Red Green Blue C M Y K H S L
Decimal 83 0 170 0.51 1 0 0.33 269.29 1 0.33
Hex 53 0 AA 33 64 0 21 10D 64 21
Octal 123 0 252 63 144 0 41 415 144 41
Binary 1010011 0 10101010 110011 1100100 0 100001 100001101 1100100 100001

Color Harmonies of #5300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5300AA

Black with #5300AA

Text Example


Text Example

White with #5300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5300AA; }

 p { color: rgb(83,0,170); }

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

background-color css

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

 a { background-color: rgb(83,0,170); }

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

border-color css

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

 span { border-color: rgb(83,0,170); }

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