Html Css Color HEX #5A03AF Indigo

📋 copy color: '#5A03AF'

red 90 ◦ green 3 ◦ blue 175

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

Shades of Indigo #5A03AF

Tints of Indigo #5A03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 33.58%
G = 1.12%
B = 65.3%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5A03AF (or 0x5A03AF) is known color: Indigo. HEX triplet: 5A, 03 and AF. RGB value is (90,3,175). Sum of RGB (Red+Green+Blue) = 90+3+175=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A03AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A03AF is #A5FC50. Grayscale: #303030. Windows color (decimal): -10878033 or 11469658. OLE color: 11469658.

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

Color convert

RGB 90 3 175 -
CMYK 0.49 0.98 0 0.31
HSL 270.35º 0.97% 0.35% -
HSV(B) 270.35º 0.98% 0.69% -
XYZ 11.99 5.33 40.96 -
YUV 48.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 90 3 175 0.49 0.98 0 0.31 270.35 0.97 0.35
Hex 5A 3 AF 31 62 0 1F 10E 61 23
Octal 132 3 257 61 142 0 37 416 141 43
Binary 1011010 11 10101111 110001 1100010 0 11111 100001110 1100001 100011

Color Harmonies of #5A03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A03AF

Black with #5A03AF

Text Example


Text Example

White with #5A03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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