#4B1898

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

Shades of Indigo #4B1898

Tints of Indigo #4B1898

Color information

#4B1898 (or 0x4B1898) is unknown color: approx Indigo. HEX triplet: 4B, 18 and 98. RGB value is (75,24,152). Sum of RGB (Red+Green+Blue) = 75+24+152=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B1898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1898 is #B4E767. Grayscale: #353535. Windows color (decimal): -11855720 or 9967691. OLE color: 9967691.

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

Color convert

RGB7524152-
CMYK0.510.8400.40
HSL263.91º72.73%34.51%-
HSV(B)263.91º84.21%59.61%-
XYZ8.94.4230.09-
YUV53.84183.4143.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=29.88%
G=9.56%
B=60.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75241520.510.8400.40263.9172.7334.51
Hex4B189833540281084923
Octal113302306312405041011143
Binary10010111100010011000110011101010001010001000010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,152); }

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

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

 a { background-color: rgb(75,24,152); }

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

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

 span { border-color: rgb(75,24,152); }

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