Html Css Color HEX #5307AE Indigo

📋 copy color: '#5307AE'

red 83 ◦ green 7 ◦ blue 174

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

Shades of Indigo #5307AE

Tints of Indigo #5307AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 31.44%
G = 2.65%
B = 65.91%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5307AE (or 0x5307AE) is known color: Indigo. HEX triplet: 53, 07 and AE. RGB value is (83,7,174). Sum of RGB (Red+Green+Blue) = 83+7+174=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #5307AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5307AE is #ACF851. Grayscale: #303030. Windows color (decimal): -11335762 or 11405139. OLE color: 11405139.

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

Color convert

RGB 83 7 174 -
CMYK 0.52 0.96 0 0.32
HSL 267.31º 0.92% 0.35% -
HSV(B) 267.31º 0.96% 0.68% -
XYZ 11.28 5.05 40.42 -
YUV 48.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 83 7 174 0.52 0.96 0 0.32 267.31 0.92 0.35
Hex 53 7 AE 34 60 0 20 10B 5C 23
Octal 123 7 256 64 140 0 40 413 134 43
Binary 1010011 111 10101110 110100 1100000 0 100000 100001011 1011100 100011

Color Harmonies of #5307AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307AE

Black with #5307AE

Text Example


Text Example

White with #5307AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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