Html Css Color HEX #5308AA Indigo

📋 copy color: '#5308AA'

red 83 ◦ green 8 ◦ blue 170

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

Shades of Indigo #5308AA

Tints of Indigo #5308AA

RGB

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

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

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

R = 31.8%
G = 3.07%
B = 65.13%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5308AA (or 0x5308AA) is known color: Indigo. HEX triplet: 53, 08 and AA. RGB value is (83,8,170). Sum of RGB (Red+Green+Blue) = 83+8+170=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #5308AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5308AA is #ACF755. Grayscale: #303030. Windows color (decimal): -11335510 or 11143251. OLE color: 11143251.

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

Color convert

RGB 83 8 170 -
CMYK 0.51 0.95 0 0.33
HSL 267.78º 0.91% 0.35% -
HSV(B) 267.78º 0.95% 0.67% -
XYZ 10.91 4.91 38.4 -
YUV 48.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 83 8 170 0.51 0.95 0 0.33 267.78 0.91 0.35
Hex 53 8 AA 33 5F 0 21 10C 5B 23
Octal 123 10 252 63 137 0 41 414 133 43
Binary 1010011 1000 10101010 110011 1011111 0 100001 100001100 1011011 100011

Color Harmonies of #5308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308AA

Black with #5308AA

Text Example


Text Example

White with #5308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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