#4C1698

Color #4C1698 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4C1698

Tints of Indigo #4C1698

Color information

#4C1698 (or 0x4C1698) is unknown color: approx Indigo. HEX triplet: 4C, 16 and 98. RGB value is (76,22,152). Sum of RGB (Red+Green+Blue) = 76+22+152=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C1698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1698 is #B3E967. Grayscale: #343434. Windows color (decimal): -11790696 or 9967180. OLE color: 9967180.

HSL color Cylindrical-coordinate representation of color #4C1698: hue angle of 264.92º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1698 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7622152-
CMYK0.500.8600.40
HSL264.92º74.71%34.12%-
HSV(B)264.92º85.53%59.61%-
XYZ8.934.3830.08-
YUV52.97183.89144.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=30.4%
G=8.8%
B=60.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal76221520.500.8600.40264.9274.7134.12
Hex4C169832560281094b22
Octal114262306212605041111342
Binary10011001011010011000110010101011001010001000010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1698; }

 p { color: rgb(76,22,152); }

 H1.HeaderClassName
 {
   color: #4C1698;
 }
 .AnyTagClassName
 {
   color: #4C1698;
 }
</style>
background-color css

<style>
 a { background-color: #4C1698; }

 a { background-color: rgb(76,22,152); }

 div.DivClassName
 {
   background-color: #4C1698;
 }
 .BgClassName
 {
   background-color: #4C1698;
 }
</style>
border-color css

<style>
 span { border-color: #4C1698; }

 span { border-color: rgb(76,22,152); }

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