Html Css Color HEX #5F00AD Indigo

📋 copy color: '#5F00AD'

red 95 ◦ green 0 ◦ blue 173

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

Shades of Indigo #5F00AD

Tints of Indigo #5F00AD

RGB

 RED value IS 95 (37.5% from 255) = 35.45%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 35.45%
G = 0%
B = 64.55%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F00AD (or 0x5F00AD) is known color: Indigo. HEX triplet: 5F, 00 and AD. RGB value is (95,0,173). Sum of RGB (Red+Green+Blue) = 95+0+173=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F00AD is #A0FF52. Grayscale: #2F2F2F. Windows color (decimal): -10551123 or 11337823. OLE color: 11337823.

HSL color Cylindrical-coordinate representation of color #5F00AD: hue angle of 272.95º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00AD is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 0 173 -
CMYK 0.45 1 0 0.32
HSL 272.95º 1% 0.34% -
HSV(B) 272.95º 1% 0.68% -
XYZ 12.26 5.45 39.94 -
YUV 48.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 95 0 173 0.45 1 0 0.32 272.95 1 0.34
Hex 5F 0 AD 2D 64 0 20 111 64 22
Octal 137 0 255 55 144 0 40 421 144 42
Binary 1011111 0 10101101 101101 1100100 0 100000 100010001 1100100 100010

Color Harmonies of #5F00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F00AD

Black with #5F00AD

Text Example


Text Example

White with #5F00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,173); }

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

background-color css

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

 a { background-color: rgb(95,0,173); }

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

border-color css

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

 span { border-color: rgb(95,0,173); }

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