Html Css Color HEX #5D0796 Indigo

📋 copy color: '#5D0796'

red 93 ◦ green 7 ◦ blue 150

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

Shades of Indigo #5D0796

Tints of Indigo #5D0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 37.2%
G = 2.8%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D0796 (or 0x5D0796) is known color: Indigo. HEX triplet: 5D, 07 and 96. RGB value is (93,7,150). Sum of RGB (Red+Green+Blue) = 93+7+150=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D0796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0796 is #A2F869. Grayscale: #303030. Windows color (decimal): -10680426 or 9832285. OLE color: 9832285.

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

Color convert

RGB 93 7 150 -
CMYK 0.38 0.95 0 0.41
HSL 276.08º 0.91% 0.31% -
HSV(B) 276.08º 0.95% 0.59% -
XYZ 10.1 4.68 29.23 -
YUV 49.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 93 7 150 0.38 0.95 0 0.41 276.08 0.91 0.31
Hex 5D 7 96 26 5F 0 29 114 5B 1F
Octal 135 7 226 46 137 0 51 424 133 37
Binary 1011101 111 10010110 100110 1011111 0 101001 100010100 1011011 11111

Color Harmonies of #5D0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0796

Black with #5D0796

Text Example


Text Example

White with #5D0796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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