Html Css Color HEX #5C026D Indigo

📋 copy color: '#5C026D'

red 92 ◦ green 2 ◦ blue 109

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

Shades of Indigo #5C026D

Tints of Indigo #5C026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 45.32%
G = 0.99%
B = 53.69%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C026D (or 0x5C026D) is known color: Indigo. HEX triplet: 5C, 02 and 6D. RGB value is (92,2,109). Sum of RGB (Red+Green+Blue) = 92+2+109=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C026D is #A3FD92. Grayscale: #282828. Windows color (decimal): -10747283 or 7144028. OLE color: 7144028.

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

Color convert

RGB 92 2 109 -
CMYK 0.16 0.98 0 0.57
HSL 290.47º 0.96% 0.22% -
HSV(B) 290.47º 0.98% 0.43% -
XYZ 7.2 3.42 14.75 -
YUV 41.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 92 2 109 0.16 0.98 0 0.57 290.47 0.96 0.22
Hex 5C 2 6D 10 62 0 39 122 60 16
Octal 134 2 155 20 142 0 71 442 140 26
Binary 1011100 10 1101101 10000 1100010 0 111001 100100010 1100000 10110

Color Harmonies of #5C026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C026D

Black with #5C026D

Text Example


Text Example

White with #5C026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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