#431580

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

Shades of Persian Indigo #431580

Tints of Persian Indigo #431580

Color information

#431580 (or 0x431580) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 80. RGB value is (67,21,128). Sum of RGB (Red+Green+Blue) = 67+21+128=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #431580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431580 is #BCEA7F. Grayscale: #2E2E2E. Windows color (decimal): -12380800 or 8394051. OLE color: 8394051.

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

Color convert

RGB6721128-
CMYK0.480.8400.50
HSL265.79º71.81%29.22%-
HSV(B)265.79º83.59%50.2%-
XYZ6.483.2920.72-
YUV46.95173.74142.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 128 (50.39% from 255) = 59.26%
R=31.02%
G=9.72%
B=59.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67211280.480.8400.50265.7971.8129.22
Hex431580305403210a481d
Octal103252006012406241211035
Binary1000011101011000000011000010101000110010100001010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431580; }

 p { color: rgb(67,21,128); }

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

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

 a { background-color: rgb(67,21,128); }

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

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

 span { border-color: rgb(67,21,128); }

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