#401285

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

Shades of Persian Indigo #401285

Tints of Persian Indigo #401285

Color information

#401285 (or 0x401285) is unknown color: approx Persian Indigo. HEX triplet: 40, 12 and 85. RGB value is (64,18,133). Sum of RGB (Red+Green+Blue) = 64+18+133=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #401285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401285 is #BFED7A. Grayscale: #2C2C2C. Windows color (decimal): -12578171 or 8720960. OLE color: 8720960.

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

Color convert

RGB6418133-
CMYK0.520.8600.48
HSL264º76.16%29.61%-
HSV(B)264º86.47%52.16%-
XYZ6.563.2222.47-
YUV44.86177.74141.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=29.77%
G=8.37%
B=61.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64181330.520.8600.4826476.1629.61
Hex40128534560301084c1e
Octal100222056412606041011436
Binary1000000100101000010111010010101100110000100001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401285; }

 p { color: rgb(64,18,133); }

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

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

 a { background-color: rgb(64,18,133); }

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

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

 span { border-color: rgb(64,18,133); }

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