#431281

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

Shades of Persian Indigo #431281

Tints of Persian Indigo #431281

Color information

#431281 (or 0x431281) is unknown color: approx Persian Indigo. HEX triplet: 43, 12 and 81. RGB value is (67,18,129). Sum of RGB (Red+Green+Blue) = 67+18+129=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #431281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431281 is #BCED7E. Grayscale: #2C2C2C. Windows color (decimal): -12381567 or 8458819. OLE color: 8458819.

HSL color Cylindrical-coordinate representation of color #431281: hue angle of 266.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431281 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6718129-
CMYK0.480.8600.49
HSL266.49º75.51%28.82%-
HSV(B)266.49º86.05%50.59%-
XYZ6.493.2121.05-
YUV45.3175.23143.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=31.31%
G=8.41%
B=60.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67181290.480.8600.49266.4975.5128.82
Hex431281305603110a4c1d
Octal103222016012606141211435
Binary1000011100101000000111000010101100110001100001010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431281; }

 p { color: rgb(67,18,129); }

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

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

 a { background-color: rgb(67,18,129); }

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

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

 span { border-color: rgb(67,18,129); }

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