Html Css Color HEX #5D0096 Indigo

📋 copy color: '#5D0096'

red 93 ◦ green 0 ◦ blue 150

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

Shades of Indigo #5D0096

Tints of Indigo #5D0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 38.27%
G = 0%
B = 61.73%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D0096 (or 0x5D0096) is known color: Indigo. HEX triplet: 5D, 00 and 96. RGB value is (93,0,150). Sum of RGB (Red+Green+Blue) = 93+0+150=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D0096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0096 is #A2FF69. Grayscale: #2C2C2C. Windows color (decimal): -10682218 or 9830493. OLE color: 9830493.

HSL color Cylindrical-coordinate representation of color #5D0096: hue angle of 277.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0096 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 0 150 -
CMYK 0.38 1 0 0.41
HSL 277.2º 1% 0.29% -
HSV(B) 277.2º 1% 0.59% -
XYZ 10.02 4.53 29.2 -
YUV 44.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 93 0 150 0.38 1 0 0.41 277.2 1 0.29
Hex 5D 0 96 26 64 0 29 115 64 1D
Octal 135 0 226 46 144 0 51 425 144 35
Binary 1011101 0 10010110 100110 1100100 0 101001 100010101 1100100 11101

Color Harmonies of #5D0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0096

Black with #5D0096

Text Example


Text Example

White with #5D0096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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