#400F76

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

Shades of Persian Indigo #400F76

Tints of Persian Indigo #400F76

Color information

#400F76 (or 0x400F76) is unknown color: approx Persian Indigo. HEX triplet: 40, 0F and 76. RGB value is (64,15,118). Sum of RGB (Red+Green+Blue) = 64+15+118=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #400F76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F76 is #BFF089. Grayscale: #292929. Windows color (decimal): -12578954 or 7737152. OLE color: 7737152.

HSL color Cylindrical-coordinate representation of color #400F76: hue angle of 268.54º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400F76 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6415118-
CMYK0.460.8700.54
HSL268.54º77.44%26.08%-
HSV(B)268.54º87.29%46.27%-
XYZ5.562.7417.38-
YUV41.39171.23144.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=32.49%
G=7.61%
B=59.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64151180.460.8700.54268.5477.4426.08
Hex40F762E5703610d4d1a
Octal100171665612706641511532
Binary10000001111111011010111010101110110110100001101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F76; }

 p { color: rgb(64,15,118); }

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

<style>
 a { background-color: #400F76; }

 a { background-color: rgb(64,15,118); }

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

<style>
 span { border-color: #400F76; }

 span { border-color: rgb(64,15,118); }

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