#401C95

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

Shades of Persian Indigo #401C95

Tints of Persian Indigo #401C95

Color information

#401C95 (or 0x401C95) is unknown color: approx Persian Indigo. HEX triplet: 40, 1C and 95. RGB value is (64,28,149). Sum of RGB (Red+Green+Blue) = 64+28+149=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #401C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401C95 is #BFE36A. Grayscale: #343434. Windows color (decimal): -12575595 or 9772096. OLE color: 9772096.

HSL color Cylindrical-coordinate representation of color #401C95: hue angle of 257.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401C95 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6428149-
CMYK0.570.8100.42
HSL257.85º68.36%34.71%-
HSV(B)257.85º81.21%58.43%-
XYZ7.954.0928.8-
YUV52.56182.43136.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=26.56%
G=11.62%
B=61.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64281490.570.8100.42257.8568.3634.71
Hex401C95395102A1024423
Octal100342257112105240210443
Binary10000001110010010101111001101000101010101000000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C95; }

 p { color: rgb(64,28,149); }

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

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

 a { background-color: rgb(64,28,149); }

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

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

 span { border-color: rgb(64,28,149); }

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