#4C09A7

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

Shades of Indigo #4C09A7

Tints of Indigo #4C09A7

Color information

#4C09A7 (or 0x4C09A7) is unknown color: approx Indigo. HEX triplet: 4C, 09 and A7. RGB value is (76,9,167). Sum of RGB (Red+Green+Blue) = 76+9+167=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #4C09A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C09A7 is #B3F658. Grayscale: #2E2E2E. Windows color (decimal): -11794009 or 10946892. OLE color: 10946892.

HSL color Cylindrical-coordinate representation of color #4C09A7: hue angle of 265.44º 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 #4C09A7 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB769167-
CMYK0.540.9500.35
HSL265.44º89.77%34.51%-
HSV(B)265.44º94.61%65.49%-
XYZ10.054.5236.9-
YUV47.04195.7148.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 167 (65.62% from 255) = 66.27%
R=30.16%
G=3.57%
B=66.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7691670.540.9500.35265.4489.7734.51
Hex4C9A7365F0231095a23
Octal114112476613704341113243
Binary1001100100110100111110110101111101000111000010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C09A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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