Html Css Color HEX #5A018C Indigo

📋 copy color: '#5A018C'

red 90 ◦ green 1 ◦ blue 140

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

Shades of Indigo #5A018C

Tints of Indigo #5A018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 38.96%
G = 0.43%
B = 60.61%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A018C (or 0x5A018C) is known color: Indigo. HEX triplet: 5A, 01 and 8C. RGB value is (90,1,140). Sum of RGB (Red+Green+Blue) = 90+1+140=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A018C is #A5FE73. Grayscale: #2A2A2A. Windows color (decimal): -10878580 or 9175386. OLE color: 9175386.

HSL color Cylindrical-coordinate representation of color #5A018C: hue angle of 278.42º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A018C is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 1 140 -
CMYK 0.36 0.99 0 0.45
HSL 278.42º 0.99% 0.28% -
HSV(B) 278.42º 0.99% 0.55% -
XYZ 8.96 4.09 25.13 -
YUV 43.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 90 1 140 0.36 0.99 0 0.45 278.42 0.99 0.28
Hex 5A 1 8C 24 63 0 2D 116 63 1C
Octal 132 1 214 44 143 0 55 426 143 34
Binary 1011010 1 10001100 100100 1100011 0 101101 100010110 1100011 11100

Color Harmonies of #5A018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A018C

Black with #5A018C

Text Example


Text Example

White with #5A018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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