#401C83

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

Shades of Persian Indigo #401C83

Tints of Persian Indigo #401C83

Color information

#401C83 (or 0x401C83) is unknown color: approx Persian Indigo. HEX triplet: 40, 1C and 83. RGB value is (64,28,131). Sum of RGB (Red+Green+Blue) = 64+28+131=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #401C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401C83 is #BFE37C. Grayscale: #323232. Windows color (decimal): -12575613 or 8592448. OLE color: 8592448.

HSL color Cylindrical-coordinate representation of color #401C83: hue angle of 260.97º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401C83 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6428131-
CMYK0.510.7900.49
HSL260.97º64.78%31.18%-
HSV(B)260.97º78.63%51.37%-
XYZ6.633.5621.81-
YUV50.51173.43137.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 131 (51.56% from 255) = 58.74%
R=28.70%
G=12.56%
B=58.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64281310.510.7900.49260.9764.7831.18
Hex401C83334F031105411f
Octal100342036311706140510137
Binary1000000111001000001111001110011110110001100000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,28,131); }

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

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

 a { background-color: rgb(64,28,131); }

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

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

 span { border-color: rgb(64,28,131); }

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