#401680

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

Shades of Persian Indigo #401680

Tints of Persian Indigo #401680

Color information

#401680 (or 0x401680) is unknown color: approx Persian Indigo. HEX triplet: 40, 16 and 80. RGB value is (64,22,128). Sum of RGB (Red+Green+Blue) = 64+22+128=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #401680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401680 is #BFE97F. Grayscale: #2E2E2E. Windows color (decimal): -12577152 or 8394304. OLE color: 8394304.

HSL color Cylindrical-coordinate representation of color #401680: hue angle of 263.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401680 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6422128-
CMYK0.50.8300.50
HSL263.77º70.67%29.41%-
HSV(B)263.77º82.81%50.2%-
XYZ6.33.2220.71-
YUV46.64173.91140.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=29.91%
G=10.28%
B=59.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64221280.50.8300.50263.7770.6729.41
Hex4016803253032108471d
Octal100262006212306241010735
Binary1000000101101000000011001010100110110010100001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401680; }

 p { color: rgb(64,22,128); }

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

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

 a { background-color: rgb(64,22,128); }

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

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

 span { border-color: rgb(64,22,128); }

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