#401A75

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

Shades of Persian Indigo #401A75

Tints of Persian Indigo #401A75

Color information

#401A75 (or 0x401A75) is unknown color: approx Persian Indigo. HEX triplet: 40, 1A and 75. RGB value is (64,26,117). Sum of RGB (Red+Green+Blue) = 64+26+117=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #401A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A75 is #BFE58A. Grayscale: #2F2F2F. Windows color (decimal): -12576139 or 7674432. OLE color: 7674432.

HSL color Cylindrical-coordinate representation of color #401A75: hue angle of 265.05º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A75 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6426117-
CMYK0.450.7800.54
HSL265.05º63.64%28.04%-
HSV(B)265.05º77.78%45.88%-
XYZ5.693.1117.13-
YUV47.74167.09139.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=30.92%
G=12.56%
B=56.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64261170.450.7800.54265.0563.6428.04
Hex401A752D4E036109401c
Octal100321655511606641110034
Binary100000011010111010110110110011100110110100001001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,117); }

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

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

 a { background-color: rgb(64,26,117); }

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

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

 span { border-color: rgb(64,26,117); }

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