#431576

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

Shades of Persian Indigo #431576

Tints of Persian Indigo #431576

Color information

#431576 (or 0x431576) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 76. RGB value is (67,21,118). Sum of RGB (Red+Green+Blue) = 67+21+118=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #431576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431576 is #BCEA89. Grayscale: #2D2D2D. Windows color (decimal): -12380810 or 7738691. OLE color: 7738691.

HSL color Cylindrical-coordinate representation of color #431576: hue angle of 268.45º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431576 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6721118-
CMYK0.430.8200.54
HSL268.45º69.78%27.25%-
HSV(B)268.45º82.2%46.27%-
XYZ5.853.0417.42-
YUV45.81168.74143.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=32.52%
G=10.19%
B=57.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67211180.430.8200.54268.4569.7827.25
Hex4315762B5203610c461b
Octal103251665312206641410633
Binary100001110101111011010101110100100110110100001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431576; }

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

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

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

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

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

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

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

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