Html Css Color HEX #5C039E Indigo

📋 copy color: '#5C039E'

red 92 ◦ green 3 ◦ blue 158

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

Shades of Indigo #5C039E

Tints of Indigo #5C039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 158 (62.11% from 255) = 62.45%

R = 36.36%
G = 1.19%
B = 62.45%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C039E (or 0x5C039E) is known color: Indigo. HEX triplet: 5C, 03 and 9E. RGB value is (92,3,158). Sum of RGB (Red+Green+Blue) = 92+3+158=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C039E is #A3FC61. Grayscale: #2E2E2E. Windows color (decimal): -10746978 or 10355548. OLE color: 10355548.

HSL color Cylindrical-coordinate representation of color #5C039E: hue angle of 274.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C039E is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 3 158 -
CMYK 0.42 0.98 0 0.38
HSL 274.45º 0.96% 0.32% -
HSV(B) 274.45º 0.98% 0.62% -
XYZ 10.62 4.81 32.72 -
YUV 47.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 92 3 158 0.42 0.98 0 0.38 274.45 0.96 0.32
Hex 5C 3 9E 2A 62 0 26 112 60 20
Octal 134 3 236 52 142 0 46 422 140 40
Binary 1011100 11 10011110 101010 1100010 0 100110 100010010 1100000 100000

Color Harmonies of #5C039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C039E

Black with #5C039E

Text Example


Text Example

White with #5C039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,3,158); }

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

background-color css

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

 a { background-color: rgb(92,3,158); }

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

border-color css

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

 span { border-color: rgb(92,3,158); }

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