Html Css Color HEX #5D00AF Indigo

📋 copy color: '#5D00AF'

red 93 ◦ green 0 ◦ blue 175

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

Shades of Indigo #5D00AF

Tints of Indigo #5D00AF

RGB

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

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

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

R = 34.7%
G = 0%
B = 65.3%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D00AF (or 0x5D00AF) is known color: Indigo. HEX triplet: 5D, 00 and AF. RGB value is (93,0,175). Sum of RGB (Red+Green+Blue) = 93+0+175=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 0 (0.39% from 255 or 0% 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 #5D00AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D00AF is #A2FF50. Grayscale: #2F2F2F. Windows color (decimal): -10682193 or 11468893. OLE color: 11468893.

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

Color convert

RGB 93 0 175 -
CMYK 0.47 1 0 0.31
HSL 271.89º 1% 0.34% -
HSV(B) 271.89º 1% 0.69% -
XYZ 12.25 5.42 40.96 -
YUV 47.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 93 0 175 0.47 1 0 0.31 271.89 1 0.34
Hex 5D 0 AF 2F 64 0 1F 110 64 22
Octal 135 0 257 57 144 0 37 420 144 42
Binary 1011101 0 10101111 101111 1100100 0 11111 100010000 1100100 100010

Color Harmonies of #5D00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D00AF

Black with #5D00AF

Text Example


Text Example

White with #5D00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,175); }

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

background-color css

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

 a { background-color: rgb(93,0,175); }

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

border-color css

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

 span { border-color: rgb(93,0,175); }

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