Html Css Color HEX #5C016E Indigo

📋 copy color: '#5C016E'

red 92 ◦ green 1 ◦ blue 110

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

Shades of Indigo #5C016E

Tints of Indigo #5C016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 45.32%
G = 0.49%
B = 54.19%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C016E (or 0x5C016E) is known color: Indigo. HEX triplet: 5C, 01 and 6E. RGB value is (92,1,110). Sum of RGB (Red+Green+Blue) = 92+1+110=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C016E is #A3FE91. Grayscale: #282828. Windows color (decimal): -10747538 or 7209308. OLE color: 7209308.

HSL color Cylindrical-coordinate representation of color #5C016E: hue angle of 290.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C016E is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 1 110 -
CMYK 0.16 0.99 0 0.57
HSL 290.09º 0.98% 0.22% -
HSV(B) 290.09º 0.99% 0.43% -
XYZ 7.24 3.42 15.03 -
YUV 40.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 92 1 110 0.16 0.99 0 0.57 290.09 0.98 0.22
Hex 5C 1 6E 10 63 0 39 122 62 16
Octal 134 1 156 20 143 0 71 442 142 26
Binary 1011100 1 1101110 10000 1100011 0 111001 100100010 1100010 10110

Color Harmonies of #5C016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C016E

Black with #5C016E

Text Example


Text Example

White with #5C016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,110); }

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

background-color css

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

 a { background-color: rgb(92,1,110); }

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

border-color css

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

 span { border-color: rgb(92,1,110); }

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