Html Css Color HEX #5C0275 Indigo

📋 copy color: '#5C0275'

red 92 ◦ green 2 ◦ blue 117

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

Shades of Indigo #5C0275

Tints of Indigo #5C0275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 43.6%
G = 0.95%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C0275 (or 0x5C0275) is known color: Indigo. HEX triplet: 5C, 02 and 75. RGB value is (92,2,117). Sum of RGB (Red+Green+Blue) = 92+2+117=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C0275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0275 is #A3FD8A. Grayscale: #292929. Windows color (decimal): -10747275 or 7668316. OLE color: 7668316.

HSL color Cylindrical-coordinate representation of color #5C0275: hue angle of 286.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0275 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 2 117 -
CMYK 0.21 0.98 0 0.54
HSL 286.96º 0.97% 0.23% -
HSV(B) 286.96º 0.98% 0.46% -
XYZ 7.65 3.6 17.12 -
YUV 42.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 92 2 117 0.21 0.98 0 0.54 286.96 0.97 0.23
Hex 5C 2 75 15 62 0 36 11F 61 17
Octal 134 2 165 25 142 0 66 437 141 27
Binary 1011100 10 1110101 10101 1100010 0 110110 100011111 1100001 10111

Color Harmonies of #5C0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0275

Black with #5C0275

Text Example


Text Example

White with #5C0275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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