#4a0b98

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

Shades of Indigo #4A0B98

Tints of Indigo #4A0B98

Color information

#4A0B98 (or 0x4A0B98) is unknown color: approx Indigo. HEX triplet: 4A, 0B and 98. RGB value is (74,11,152). Sum of RGB (Red+Green+Blue) = 74+11+152=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A0B98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0B98 is #B5F467. Grayscale: #2D2D2D. Windows color (decimal): -11924584 or 9964362. OLE color: 9964362.

HSL color Cylindrical-coordinate representation of color #4A0B98: hue angle of 266.81º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0B98 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7411152-
CMYK0.510.9300.40
HSL266.81º86.5%31.96%-
HSV(B)266.81º92.76%59.61%-
XYZ8.613.9630.02-
YUV45.91187.87148.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 152 (59.77% from 255) = 64.14%
R=31.22%
G=4.64%
B=64.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74111520.510.9300.40266.8186.531.96
Hex4AB98335D02810b5720
Octal112132306313505041312740
Binary1001010101110011000110011101110101010001000010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a0b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,11,152); }

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

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

 a { background-color: rgb(74,11,152); }

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

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

 span { border-color: rgb(74,11,152); }

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