Html Css Color HEX #5C0198 Indigo

📋 copy color: '#5C0198'

red 92 ◦ green 1 ◦ blue 152

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

Shades of Indigo #5C0198

Tints of Indigo #5C0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 37.55%
G = 0.41%
B = 62.04%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C0198 (or 0x5C0198) is known color: Indigo. HEX triplet: 5C, 01 and 98. RGB value is (92,1,152). Sum of RGB (Red+Green+Blue) = 92+1+152=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0198 is #A3FE67. Grayscale: #2C2C2C. Windows color (decimal): -10747496 or 9961820. OLE color: 9961820.

HSL color Cylindrical-coordinate representation of color #5C0198: hue angle of 276.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0198 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 1 152 -
CMYK 0.39 0.99 0 0.40
HSL 276.16º 0.99% 0.3% -
HSV(B) 276.16º 0.99% 0.6% -
XYZ 10.09 4.56 30.05 -
YUV 45.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 92 1 152 0.39 0.99 0 0.40 276.16 0.99 0.3
Hex 5C 1 98 27 63 0 28 114 63 1E
Octal 134 1 230 47 143 0 50 424 143 36
Binary 1011100 1 10011000 100111 1100011 0 101000 100010100 1100011 11110

Color Harmonies of #5C0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0198

Black with #5C0198

Text Example


Text Example

White with #5C0198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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