Html Css Color HEX #5302A1 Indigo

📋 copy color: '#5302A1'

red 83 ◦ green 2 ◦ blue 161

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

Shades of Indigo #5302A1

Tints of Indigo #5302A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 65.45%

R = 33.74%
G = 0.81%
B = 65.45%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5302A1 (or 0x5302A1) is known color: Indigo. HEX triplet: 53, 02 and A1. RGB value is (83,2,161). Sum of RGB (Red+Green+Blue) = 83+2+161=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #5302A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5302A1 is #ACFD5E. Grayscale: #2B2B2B. Windows color (decimal): -11337055 or 10551891. OLE color: 10551891.

HSL color Cylindrical-coordinate representation of color #5302A1: hue angle of 270.57º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302A1 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 2 161 -
CMYK 0.48 0.99 0 0.37
HSL 270.57º 0.98% 0.32% -
HSV(B) 270.57º 0.99% 0.63% -
XYZ 10.02 4.46 34.05 -
YUV 44.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 83 2 161 0.48 0.99 0 0.37 270.57 0.98 0.32
Hex 53 2 A1 30 63 0 25 10F 62 20
Octal 123 2 241 60 143 0 45 417 142 40
Binary 1010011 10 10100001 110000 1100011 0 100101 100001111 1100010 100000

Color Harmonies of #5302A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302A1

Black with #5302A1

Text Example


Text Example

White with #5302A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5302A1; }

 p { color: rgb(83,2,161); }

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

background-color css

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

 a { background-color: rgb(83,2,161); }

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

border-color css

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

 span { border-color: rgb(83,2,161); }

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