#4B09AB

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

Shades of Indigo #4B09AB

Tints of Indigo #4B09AB

Color information

#4B09AB (or 0x4B09AB) is unknown color: approx Indigo. HEX triplet: 4B, 09 and AB. RGB value is (75,9,171). Sum of RGB (Red+Green+Blue) = 75+9+171=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B09AB is #B4F654. Grayscale: #2E2E2E. Windows color (decimal): -11859541 or 11209035. OLE color: 11209035.

HSL color Cylindrical-coordinate representation of color #4B09AB: hue angle of 264.44º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B09AB is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB759171-
CMYK0.560.9500.33
HSL264.44º90%35.29%-
HSV(B)264.44º94.74%67.06%-
XYZ10.354.6338.88-
YUV47.2197.87147.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=29.41%
G=3.53%
B=67.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7591710.560.9500.33264.449035.29
Hex4B9AB385F0211085a23
Octal113112537013704141013243
Binary1001011100110101011111000101111101000011000010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,9,171); }

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

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

 a { background-color: rgb(75,9,171); }

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

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

 span { border-color: rgb(75,9,171); }

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