Html Css Color HEX #5305A4 Indigo

📋 copy color: '#5305A4'

red 83 ◦ green 5 ◦ blue 164

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

Shades of Indigo #5305A4

Tints of Indigo #5305A4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 164 (64.45% from 255) = 65.08%

R = 32.94%
G = 1.98%
B = 65.08%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5305A4 (or 0x5305A4) is known color: Indigo. HEX triplet: 53, 05 and A4. RGB value is (83,5,164). Sum of RGB (Red+Green+Blue) = 83+5+164=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #5305A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5305A4 is #ACFA5B. Grayscale: #2D2D2D. Windows color (decimal): -11336284 or 10749267. OLE color: 10749267.

HSL color Cylindrical-coordinate representation of color #5305A4: hue angle of 269.43º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305A4 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 5 164 -
CMYK 0.49 0.97 0 0.36
HSL 269.43º 0.94% 0.33% -
HSV(B) 269.43º 0.97% 0.64% -
XYZ 10.32 4.63 35.47 -
YUV 46.45 194.34 154.07 -
System Red Green Blue C M Y K H S L
Decimal 83 5 164 0.49 0.97 0 0.36 269.43 0.94 0.33
Hex 53 5 A4 31 61 0 24 10D 5E 21
Octal 123 5 244 61 141 0 44 415 136 41
Binary 1010011 101 10100100 110001 1100001 0 100100 100001101 1011110 100001

Color Harmonies of #5305A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305A4

Black with #5305A4

Text Example


Text Example

White with #5305A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5305A4; }

 p { color: rgb(83,5,164); }

 H1.HeaderClassName
 {
   color: #5305A4;
 }
 .AnyTagClassName
 {
   color: #5305A4;
 }
</style>

background-color css

<style>
 a { background-color: #5305A4; }

 a { background-color: rgb(83,5,164); }

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

border-color css

<style>
 span { border-color: #5305A4; }

 span { border-color: rgb(83,5,164); }

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