#4A08AF

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

Shades of Indigo #4A08AF

Tints of Indigo #4A08AF

Color information

#4A08AF (or 0x4A08AF) is unknown color: approx Indigo. HEX triplet: 4A, 08 and AF. RGB value is (74,8,175). Sum of RGB (Red+Green+Blue) = 74+8+175=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A08AF is #B5F750. Grayscale: #2E2E2E. Windows color (decimal): -11925329 or 11470922. OLE color: 11470922.

HSL color Cylindrical-coordinate representation of color #4A08AF: hue angle of 263.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A08AF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB748175-
CMYK0.580.9500.31
HSL263.71º91.26%35.88%-
HSV(B)263.71º95.43%68.63%-
XYZ10.654.7240.91-
YUV46.77200.37147.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 175 (68.75% from 255) = 68.09%
R=28.79%
G=3.11%
B=68.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7481750.580.9500.31263.7191.2635.88
Hex4A8AF3A5F01F1085b24
Octal112102577213703741013344
Binary100101010001010111111101010111110111111000010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A08AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,8,175); }

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

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

 a { background-color: rgb(74,8,175); }

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

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

 span { border-color: rgb(74,8,175); }

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