#401085

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

Shades of Persian Indigo #401085

Tints of Persian Indigo #401085

Color information

#401085 (or 0x401085) is unknown color: approx Persian Indigo. HEX triplet: 40, 10 and 85. RGB value is (64,16,133). Sum of RGB (Red+Green+Blue) = 64+16+133=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #401085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401085 is #BFEF7A. Grayscale: #2B2B2B. Windows color (decimal): -12578683 or 8720448. OLE color: 8720448.

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

Color convert

RGB6416133-
CMYK0.520.8800.48
HSL264.62º78.52%29.22%-
HSV(B)264.62º87.97%52.16%-
XYZ6.533.1522.45-
YUV43.69178.4142.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=30.05%
G=7.51%
B=62.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64161330.520.8800.48264.6278.5229.22
Hex40108534580301094f1d
Octal100202056413006041111735
Binary1000000100001000010111010010110000110000100001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401085; }

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

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

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

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

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

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

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

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