Html Css Color HEX #5D0B82 Indigo

📋 copy color: '#5D0B82'

red 93 ◦ green 11 ◦ blue 130

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

Shades of Indigo #5D0B82

Tints of Indigo #5D0B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 39.74%
G = 4.7%
B = 55.56%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5D0B82 (or 0x5D0B82) is known color: Indigo. HEX triplet: 5D, 0B and 82. RGB value is (93,11,130). Sum of RGB (Red+Green+Blue) = 93+11+130=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D0B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0B82 is #A2F47D. Grayscale: #303030. Windows color (decimal): -10679422 or 8522589. OLE color: 8522589.

HSL color Cylindrical-coordinate representation of color #5D0B82: hue angle of 281.34º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0B82 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 11 130 -
CMYK 0.28 0.92 0 0.49
HSL 281.34º 0.84% 0.28% -
HSV(B) 281.34º 0.92% 0.51% -
XYZ 8.66 4.18 21.47 -
YUV 49.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 93 11 130 0.28 0.92 0 0.49 281.34 0.84 0.28
Hex 5D B 82 1C 5C 0 31 119 54 1C
Octal 135 13 202 34 134 0 61 431 124 34
Binary 1011101 1011 10000010 11100 1011100 0 110001 100011001 1010100 11100

Color Harmonies of #5D0B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0B82

Black with #5D0B82

Text Example


Text Example

White with #5D0B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,11,130); }

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

background-color css

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

 a { background-color: rgb(93,11,130); }

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

border-color css

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

 span { border-color: rgb(93,11,130); }

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