Html Css Color HEX #5202AF Indigo

📋 copy color: '#5202AF'

red 82 ◦ green 2 ◦ blue 175

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

Shades of Indigo #5202AF

Tints of Indigo #5202AF

RGB

 RED value IS 82 (32.42% from 255) = 31.66%

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 31.66%
G = 0.77%
B = 67.57%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5202AF (or 0x5202AF) is known color: Indigo. HEX triplet: 52, 02 and AF. RGB value is (82,2,175). Sum of RGB (Red+Green+Blue) = 82+2+175=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #5202AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5202AF is #ADFD50. Grayscale: #2D2D2D. Windows color (decimal): -11402577 or 11469394. OLE color: 11469394.

HSL color Cylindrical-coordinate representation of color #5202AF: hue angle of 267.75º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202AF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 2 175 -
CMYK 0.53 0.99 0 0.31
HSL 267.75º 0.98% 0.35% -
HSV(B) 267.75º 0.99% 0.69% -
XYZ 11.24 4.93 40.92 -
YUV 45.64 201 153.93 -
System Red Green Blue C M Y K H S L
Decimal 82 2 175 0.53 0.99 0 0.31 267.75 0.98 0.35
Hex 52 2 AF 35 63 0 1F 10C 62 23
Octal 122 2 257 65 143 0 37 414 142 43
Binary 1010010 10 10101111 110101 1100011 0 11111 100001100 1100010 100011

Color Harmonies of #5202AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5202AF

Black with #5202AF

Text Example


Text Example

White with #5202AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5202AF; }

 p { color: rgb(82,2,175); }

 H1.HeaderClassName
 {
   color: #5202AF;
 }
 .AnyTagClassName
 {
   color: #5202AF;
 }
</style>

background-color css

<style>
 a { background-color: #5202AF; }

 a { background-color: rgb(82,2,175); }

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

border-color css

<style>
 span { border-color: #5202AF; }

 span { border-color: rgb(82,2,175); }

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