Html Css Color HEX #5307AA Indigo

📋 copy color: '#5307AA'

red 83 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5307AA

Tints of Indigo #5307AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

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

R = 31.92%
G = 2.69%
B = 65.38%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5307AA (or 0x5307AA) is known color: Indigo. HEX triplet: 53, 07 and AA. RGB value is (83,7,170). Sum of RGB (Red+Green+Blue) = 83+7+170=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #5307AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5307AA is #ACF855. Grayscale: #2F2F2F. Windows color (decimal): -11335766 or 11142995. OLE color: 11142995.

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

Color convert

RGB 83 7 170 -
CMYK 0.51 0.96 0 0.33
HSL 267.98º 0.92% 0.35% -
HSV(B) 267.98º 0.96% 0.67% -
XYZ 10.9 4.89 38.4 -
YUV 48.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 83 7 170 0.51 0.96 0 0.33 267.98 0.92 0.35
Hex 53 7 AA 33 60 0 21 10C 5C 23
Octal 123 7 252 63 140 0 41 414 134 43
Binary 1010011 111 10101010 110011 1100000 0 100001 100001100 1011100 100011

Color Harmonies of #5307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307AA

Black with #5307AA

Text Example


Text Example

White with #5307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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