Html Css Color HEX #5C01A9 Indigo

📋 copy color: '#5C01A9'

red 92 ◦ green 1 ◦ blue 169

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

Shades of Indigo #5C01A9

Tints of Indigo #5C01A9

RGB

 RED value IS 92 (36.33% from 255) = 35.11%

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

 BLUE value IS 169 (66.41% from 255) = 64.5%

R = 35.11%
G = 0.38%
B = 64.5%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5C01A9 (or 0x5C01A9) is known color: Indigo. HEX triplet: 5C, 01 and A9. RGB value is (92,1,169). Sum of RGB (Red+Green+Blue) = 92+1+169=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C01A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C01A9 is #A3FE56. Grayscale: #2E2E2E. Windows color (decimal): -10747479 or 11075932. OLE color: 11075932.

HSL color Cylindrical-coordinate representation of color #5C01A9: hue angle of 272.5º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C01A9 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 1 169 -
CMYK 0.46 0.99 0 0.34
HSL 272.5º 0.99% 0.33% -
HSV(B) 272.5º 0.99% 0.66% -
XYZ 11.59 5.16 37.92 -
YUV 47.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 92 1 169 0.46 0.99 0 0.34 272.5 0.99 0.33
Hex 5C 1 A9 2E 63 0 22 110 63 21
Octal 134 1 251 56 143 0 42 420 143 41
Binary 1011100 1 10101001 101110 1100011 0 100010 100010000 1100011 100001

Color Harmonies of #5C01A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C01A9

Black with #5C01A9

Text Example


Text Example

White with #5C01A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,169); }

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

background-color css

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

 a { background-color: rgb(92,1,169); }

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

border-color css

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

 span { border-color: rgb(92,1,169); }

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