Html Css Color HEX #5C0D6F Indigo

📋 copy color: '#5C0D6F'

red 92 ◦ green 13 ◦ blue 111

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

Shades of Indigo #5C0D6F

Tints of Indigo #5C0D6F

RGB

 RED value IS 92 (36.33% from 255) = 42.59%

 GREEN value IS 13 (5.47% from 255) = 6.02%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 42.59%
G = 6.02%
B = 51.39%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C0D6F (or 0x5C0D6F) is known color: Indigo. HEX triplet: 5C, 0D and 6F. RGB value is (92,13,111). Sum of RGB (Red+Green+Blue) = 92+13+111=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C0D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D6F is #A3F290. Grayscale: #2F2F2F. Windows color (decimal): -10744465 or 7277916. OLE color: 7277916.

HSL color Cylindrical-coordinate representation of color #5C0D6F: hue angle of 288.37º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0D6F is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 13 111 -
CMYK 0.17 0.88 0 0.56
HSL 288.37º 0.79% 0.24% -
HSV(B) 288.37º 0.88% 0.44% -
XYZ 7.43 3.71 15.36 -
YUV 47.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 92 13 111 0.17 0.88 0 0.56 288.37 0.79 0.24
Hex 5C D 6F 11 58 0 38 120 4F 18
Octal 134 15 157 21 130 0 70 440 117 30
Binary 1011100 1101 1101111 10001 1011000 0 111000 100100000 1001111 11000

Color Harmonies of #5C0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0D6F

Black with #5C0D6F

Text Example


Text Example

White with #5C0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,13,111); }

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

background-color css

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

 a { background-color: rgb(92,13,111); }

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

border-color css

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

 span { border-color: rgb(92,13,111); }

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