Html Css Color HEX #5308A9 Indigo

📋 copy color: '#5308A9'

red 83 ◦ green 8 ◦ blue 169

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

Shades of Indigo #5308A9

Tints of Indigo #5308A9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 169 (66.41% from 255) = 65%

R = 31.92%
G = 3.08%
B = 65%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5308A9 (or 0x5308A9) is known color: Indigo. HEX triplet: 53, 08 and A9. RGB value is (83,8,169). Sum of RGB (Red+Green+Blue) = 83+8+169=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 169 (66.41% from 255 or 65% from 260); Max value from RGB is 169 - color contains mainly: blue. Hex color #5308A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5308A9 is #ACF756. Grayscale: #303030. Windows color (decimal): -11335511 or 11077715. OLE color: 11077715.

HSL color Cylindrical-coordinate representation of color #5308A9: hue angle of 267.95º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5308A9 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 8 169 -
CMYK 0.51 0.95 0 0.34
HSL 267.95º 0.91% 0.35% -
HSV(B) 267.95º 0.95% 0.66% -
XYZ 10.82 4.88 37.91 -
YUV 48.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 83 8 169 0.51 0.95 0 0.34 267.95 0.91 0.35
Hex 53 8 A9 33 5F 0 22 10C 5B 23
Octal 123 10 251 63 137 0 42 414 133 43
Binary 1010011 1000 10101001 110011 1011111 0 100010 100001100 1011011 100011

Color Harmonies of #5308A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308A9

Black with #5308A9

Text Example


Text Example

White with #5308A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5308A9; }

 p { color: rgb(83,8,169); }

 H1.HeaderClassName
 {
   color: #5308A9;
 }
 .AnyTagClassName
 {
   color: #5308A9;
 }
</style>

background-color css

<style>
 a { background-color: #5308A9; }

 a { background-color: rgb(83,8,169); }

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

border-color css

<style>
 span { border-color: #5308A9; }

 span { border-color: rgb(83,8,169); }

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