#4709AB

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

Shades of Indigo #4709AB

Tints of Indigo #4709AB

Color information

#4709AB (or 0x4709AB) is unknown color: approx Indigo. HEX triplet: 47, 09 and AB. RGB value is (71,9,171). Sum of RGB (Red+Green+Blue) = 71+9+171=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #4709AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4709AB is #B8F654. Grayscale: #2D2D2D. Windows color (decimal): -12121685 or 11209031. OLE color: 11209031.

HSL color Cylindrical-coordinate representation of color #4709AB: hue angle of 262.96º 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 #4709AB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB719171-
CMYK0.580.9500.33
HSL262.96º90%35.29%-
HSV(B)262.96º94.74%67.06%-
XYZ10.054.4838.86-
YUV46.01198.54145.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 171 (67.19% from 255) = 68.13%
R=28.29%
G=3.59%
B=68.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7191710.580.9500.33262.969035.29
Hex479AB3A5F0211075a23
Octal107112537213704140713243
Binary1000111100110101011111010101111101000011000001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4709AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4709AB; }

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

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

<style>
 a { background-color: #4709AB; }

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

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

<style>
 span { border-color: #4709AB; }

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

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