Html Css Color HEX #5D0492 Indigo

📋 copy color: '#5D0492'

red 93 ◦ green 4 ◦ blue 146

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

Shades of Indigo #5D0492

Tints of Indigo #5D0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 38.27%
G = 1.65%
B = 60.08%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5D0492 (or 0x5D0492) is known color: Indigo. HEX triplet: 5D, 04 and 92. RGB value is (93,4,146). Sum of RGB (Red+Green+Blue) = 93+4+146=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0492 is #A2FB6D. Grayscale: #2E2E2E. Windows color (decimal): -10681198 or 9569373. OLE color: 9569373.

HSL color Cylindrical-coordinate representation of color #5D0492: hue angle of 277.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0492 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 4 146 -
CMYK 0.36 0.97 0 0.43
HSL 277.61º 0.95% 0.29% -
HSV(B) 277.61º 0.97% 0.57% -
XYZ 9.75 4.49 27.55 -
YUV 46.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 93 4 146 0.36 0.97 0 0.43 277.61 0.95 0.29
Hex 5D 4 92 24 61 0 2B 116 5F 1D
Octal 135 4 222 44 141 0 53 426 137 35
Binary 1011101 100 10010010 100100 1100001 0 101011 100010110 1011111 11101

Color Harmonies of #5D0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0492

Black with #5D0492

Text Example


Text Example

White with #5D0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,146); }

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

background-color css

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

 a { background-color: rgb(93,4,146); }

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

border-color css

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

 span { border-color: rgb(93,4,146); }

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