#4F09A7

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

Shades of Indigo #4F09A7

Tints of Indigo #4F09A7

Color information

#4F09A7 (or 0x4F09A7) is unknown color: approx Indigo. HEX triplet: 4F, 09 and A7. RGB value is (79,9,167). Sum of RGB (Red+Green+Blue) = 79+9+167=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 167 (65.62% from 255 or 65.49% from 255); Max value from RGB is 167 - color contains mainly: blue. Hex color #4F09A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F09A7 is #B0F658. Grayscale: #2F2F2F. Windows color (decimal): -11597401 or 10946895. OLE color: 10946895.

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

Color convert

RGB799167-
CMYK0.530.9500.35
HSL266.58º89.77%34.51%-
HSV(B)266.58º94.61%65.49%-
XYZ10.34.6536.91-
YUV47.94195.19150.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 167 (65.62% from 255) = 65.49%
R=30.98%
G=3.53%
B=65.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7991670.530.9500.35266.5889.7734.51
Hex4F9A7355F02310b5a23
Octal117112476513704341313243
Binary1001111100110100111110101101111101000111000010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F09A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,9,167); }

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

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

 a { background-color: rgb(79,9,167); }

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

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

 span { border-color: rgb(79,9,167); }

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