#400F6D

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

Shades of Persian Indigo #400F6D

Tints of Persian Indigo #400F6D

Color information

#400F6D (or 0x400F6D) is unknown color: approx Persian Indigo. HEX triplet: 40, 0F and 6D. RGB value is (64,15,109). Sum of RGB (Red+Green+Blue) = 64+15+109=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #400F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F6D is #BFF092. Grayscale: #282828. Windows color (decimal): -12578963 or 7147328. OLE color: 7147328.

HSL color Cylindrical-coordinate representation of color #400F6D: hue angle of 271.28º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400F6D is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6415109-
CMYK0.410.8600.57
HSL271.28º75.81%24.31%-
HSV(B)271.28º86.24%42.75%-
XYZ5.052.5414.69-
YUV40.37166.73144.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=34.04%
G=7.98%
B=57.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64151090.410.8600.57271.2875.8124.31
Hex40F6D295603910f4c18
Octal100171555112607141711430
Binary10000001111110110110100110101100111001100001111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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