Html Css Color HEX #5A01AF Indigo

📋 copy color: '#5A01AF'

red 90 ◦ green 1 ◦ blue 175

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

Shades of Indigo #5A01AF

Tints of Indigo #5A01AF

RGB

 RED value IS 90 (35.55% from 255) = 33.83%

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 33.83%
G = 0.38%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5A01AF (or 0x5A01AF) is known color: Indigo. HEX triplet: 5A, 01 and AF. RGB value is (90,1,175). Sum of RGB (Red+Green+Blue) = 90+1+175=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A01AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A01AF is #A5FE50. Grayscale: #2E2E2E. Windows color (decimal): -10878545 or 11469146. OLE color: 11469146.

HSL color Cylindrical-coordinate representation of color #5A01AF: hue angle of 270.69º degrees, saturation: 0.99, 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 #5A01AF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 1 175 -
CMYK 0.49 0.99 0 0.31
HSL 270.69º 0.99% 0.35% -
HSV(B) 270.69º 0.99% 0.69% -
XYZ 11.97 5.29 40.95 -
YUV 47.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 90 1 175 0.49 0.99 0 0.31 270.69 0.99 0.35
Hex 5A 1 AF 31 63 0 1F 10F 63 23
Octal 132 1 257 61 143 0 37 417 143 43
Binary 1011010 1 10101111 110001 1100011 0 11111 100001111 1100011 100011

Color Harmonies of #5A01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A01AF

Black with #5A01AF

Text Example


Text Example

White with #5A01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A01AF; }

 p { color: rgb(90,1,175); }

 H1.HeaderClassName
 {
   color: #5A01AF;
 }
 .AnyTagClassName
 {
   color: #5A01AF;
 }
</style>

background-color css

<style>
 a { background-color: #5A01AF; }

 a { background-color: rgb(90,1,175); }

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

border-color css

<style>
 span { border-color: #5A01AF; }

 span { border-color: rgb(90,1,175); }

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