#4B0390

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

Shades of Indigo #4B0390

Tints of Indigo #4B0390

Color information

#4B0390 (or 0x4B0390) is unknown color: approx Indigo. HEX triplet: 4B, 03 and 90. RGB value is (75,3,144). Sum of RGB (Red+Green+Blue) = 75+3+144=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0390 is #B4FC6F. Grayscale: #282828. Windows color (decimal): -11861104 or 9438027. OLE color: 9438027.

HSL color Cylindrical-coordinate representation of color #4B0390: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0390 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB753144-
CMYK0.480.9800.44
HSL270.64º95.92%28.82%-
HSV(B)270.64º97.92%56.47%-
XYZ7.973.5726.66-
YUV40.6186.35152.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=33.78%
G=1.35%
B=64.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7531440.480.9800.44270.6495.9228.82
Hex4B390306202C10f601d
Octal11332206014205441714035
Binary1001011111001000011000011000100101100100001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,144); }

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

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

 a { background-color: rgb(75,3,144); }

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

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

 span { border-color: rgb(75,3,144); }

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