#401984

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

Shades of Persian Indigo #401984

Tints of Persian Indigo #401984

Color information

#401984 (or 0x401984) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 84. RGB value is (64,25,132). Sum of RGB (Red+Green+Blue) = 64+25+132=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #401984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401984 is #BFE67B. Grayscale: #303030. Windows color (decimal): -12576380 or 8657216. OLE color: 8657216.

HSL color Cylindrical-coordinate representation of color #401984: hue angle of 261.87º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401984 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6425132-
CMYK0.520.8100.48
HSL261.87º68.15%30.78%-
HSV(B)261.87º81.06%51.76%-
XYZ6.633.4522.15-
YUV48.86174.92138.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=28.96%
G=11.31%
B=59.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64251320.520.8100.48261.8768.1530.78
Hex4019843451030106441f
Octal100312046412106040610437
Binary1000000110011000010011010010100010110000100000110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401984; }

 p { color: rgb(64,25,132); }

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

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

 a { background-color: rgb(64,25,132); }

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

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

 span { border-color: rgb(64,25,132); }

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