Html Css Color HEX #5C0266 Indigo

📋 copy color: '#5C0266'

red 92 ◦ green 2 ◦ blue 102

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

Shades of Indigo #5C0266

Tints of Indigo #5C0266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 46.94%
G = 1.02%
B = 52.04%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5C0266 (or 0x5C0266) is known color: Indigo. HEX triplet: 5C, 02 and 66. RGB value is (92,2,102). Sum of RGB (Red+Green+Blue) = 92+2+102=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0266 is #A3FD99. Grayscale: #282828. Windows color (decimal): -10747290 or 6685276. OLE color: 6685276.

HSL color Cylindrical-coordinate representation of color #5C0266: hue angle of 294º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0266 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 2 102 -
CMYK 0.10 0.98 0 0.6
HSL 294º 0.96% 0.2% -
HSV(B) 294º 0.98% 0.4% -
XYZ 6.83 3.28 12.84 -
YUV 40.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 92 2 102 0.10 0.98 0 0.6 294 0.96 0.2
Hex 5C 2 66 A 62 0 3C 126 60 14
Octal 134 2 146 12 142 0 74 446 140 24
Binary 1011100 10 1100110 1010 1100010 0 111100 100100110 1100000 10100

Color Harmonies of #5C0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0266

Black with #5C0266

Text Example


Text Example

White with #5C0266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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