Html Css Color HEX #5D01AC Indigo

📋 copy color: '#5D01AC'

red 93 ◦ green 1 ◦ blue 172

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

Shades of Indigo #5D01AC

Tints of Indigo #5D01AC

RGB

 RED value IS 93 (36.72% from 255) = 34.96%

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 34.96%
G = 0.38%
B = 64.66%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D01AC (or 0x5D01AC) is known color: Indigo. HEX triplet: 5D, 01 and AC. RGB value is (93,1,172). Sum of RGB (Red+Green+Blue) = 93+1+172=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D01AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D01AC is #A2FE53. Grayscale: #2F2F2F. Windows color (decimal): -10681940 or 11272541. OLE color: 11272541.

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

Color convert

RGB 93 1 172 -
CMYK 0.46 0.99 0 0.33
HSL 272.28º 0.99% 0.34% -
HSV(B) 272.28º 0.99% 0.67% -
XYZ 11.97 5.33 39.43 -
YUV 48 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 93 1 172 0.46 0.99 0 0.33 272.28 0.99 0.34
Hex 5D 1 AC 2E 63 0 21 110 63 22
Octal 135 1 254 56 143 0 41 420 143 42
Binary 1011101 1 10101100 101110 1100011 0 100001 100010000 1100011 100010

Color Harmonies of #5D01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01AC

Black with #5D01AC

Text Example


Text Example

White with #5D01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,172); }

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

background-color css

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

 a { background-color: rgb(93,1,172); }

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

border-color css

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

 span { border-color: rgb(93,1,172); }

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