Html Css Color HEX #5C0299 Indigo

📋 copy color: '#5C0299'

red 92 ◦ green 2 ◦ blue 153

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

Shades of Indigo #5C0299

Tints of Indigo #5C0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 37.25%
G = 0.81%
B = 61.94%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5C0299 (or 0x5C0299) is known color: Indigo. HEX triplet: 5C, 02 and 99. RGB value is (92,2,153). Sum of RGB (Red+Green+Blue) = 92+2+153=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0299 is #A3FD66. Grayscale: #2D2D2D. Windows color (decimal): -10747239 or 10027612. OLE color: 10027612.

HSL color Cylindrical-coordinate representation of color #5C0299: hue angle of 275.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0299 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 2 153 -
CMYK 0.40 0.99 0 0.4
HSL 275.76º 0.97% 0.3% -
HSV(B) 275.76º 0.99% 0.6% -
XYZ 10.19 4.62 30.49 -
YUV 46.12 188.32 160.72 -
System Red Green Blue C M Y K H S L
Decimal 92 2 153 0.40 0.99 0 0.4 275.76 0.97 0.3
Hex 5C 2 99 28 63 0 28 114 61 1E
Octal 134 2 231 50 143 0 50 424 141 36
Binary 1011100 10 10011001 101000 1100011 0 101000 100010100 1100001 11110

Color Harmonies of #5C0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0299

Black with #5C0299

Text Example


Text Example

White with #5C0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,2,153); }

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

background-color css

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

 a { background-color: rgb(92,2,153); }

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

border-color css

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

 span { border-color: rgb(92,2,153); }

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