#401072

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

Shades of Persian Indigo #401072

Tints of Persian Indigo #401072

Color information

#401072 (or 0x401072) is unknown color: approx Persian Indigo. HEX triplet: 40, 10 and 72. RGB value is (64,16,114). Sum of RGB (Red+Green+Blue) = 64+16+114=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #401072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401072 is #BFEF8D. Grayscale: #292929. Windows color (decimal): -12578702 or 7475264. OLE color: 7475264.

HSL color Cylindrical-coordinate representation of color #401072: hue angle of 269.39º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401072 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6416114-
CMYK0.440.8600.55
HSL269.39º75.38%25.49%-
HSV(B)269.39º85.96%44.71%-
XYZ5.342.6816.15-
YUV41.52168.9144.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=32.99%
G=8.25%
B=58.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64161140.440.8600.55269.3975.3825.49
Hex4010722C5603710d4b19
Octal100201625412606741511331
Binary100000010000111001010110010101100110111100001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401072; }

 p { color: rgb(64,16,114); }

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

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

 a { background-color: rgb(64,16,114); }

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

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

 span { border-color: rgb(64,16,114); }

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