#4D0298

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

Shades of Indigo #4D0298

Tints of Indigo #4D0298

Color information

#4D0298 (or 0x4D0298) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 98. RGB value is (77,2,152). Sum of RGB (Red+Green+Blue) = 77+2+152=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0298 is #B2FD67. Grayscale: #292929. Windows color (decimal): -11730280 or 9962061. OLE color: 9962061.

HSL color Cylindrical-coordinate representation of color #4D0298: hue angle of 270º degrees, saturation: 0.97, 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 #4D0298 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB772152-
CMYK0.490.9900.40
HSL270º97.4%30.2%-
HSV(B)270º98.68%59.61%-
XYZ8.753.8930-
YUV41.52190.35153.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=33.33%
G=0.87%
B=65.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7721520.490.9900.4027097.430.2
Hex4D298316302810e611e
Octal11522306114305041614136
Binary1001101101001100011000111000110101000100001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,152); }

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

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

 a { background-color: rgb(77,2,152); }

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

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

 span { border-color: rgb(77,2,152); }

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