#401D97

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

Shades of Persian Indigo #401D97

Tints of Persian Indigo #401D97

Color information

#401D97 (or 0x401D97) is unknown color: approx Persian Indigo. HEX triplet: 40, 1D and 97. RGB value is (64,29,151). Sum of RGB (Red+Green+Blue) = 64+29+151=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #401D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D97 is #BFE268. Grayscale: #343434. Windows color (decimal): -12575337 or 9903424. OLE color: 9903424.

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

Color convert

RGB6429151-
CMYK0.580.8100.41
HSL257.21º67.78%35.29%-
HSV(B)257.21º80.79%59.22%-
XYZ8.144.229.66-
YUV53.37183.1135.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 151 (59.38% from 255) = 61.89%
R=26.23%
G=11.89%
B=61.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64291510.580.8100.41257.2167.7835.29
Hex401D973A510291014423
Octal100352277212105140110443
Binary10000001110110010111111010101000101010011000000011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,151); }

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

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

 a { background-color: rgb(64,29,151); }

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

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

 span { border-color: rgb(64,29,151); }

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