#401173

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

Shades of Persian Indigo #401173

Tints of Persian Indigo #401173

Color information

#401173 (or 0x401173) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 73. RGB value is (64,17,115). Sum of RGB (Red+Green+Blue) = 64+17+115=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #401173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401173 is #BFEE8C. Grayscale: #292929. Windows color (decimal): -12578445 or 7541056. OLE color: 7541056.

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

Color convert

RGB6417115-
CMYK0.440.8500.55
HSL268.78º74.24%25.88%-
HSV(B)268.78º85.22%45.1%-
XYZ5.412.7316.46-
YUV42.22169.07143.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=32.65%
G=8.67%
B=58.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64171150.440.8500.55268.7874.2425.88
Hex4011732C5503710d4a1a
Octal100211635412506741511232
Binary100000010001111001110110010101010110111100001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401173; }

 p { color: rgb(64,17,115); }

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

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

 a { background-color: rgb(64,17,115); }

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

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

 span { border-color: rgb(64,17,115); }

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