#431279

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

Shades of Persian Indigo #431279

Tints of Persian Indigo #431279

Color information

#431279 (or 0x431279) is unknown color: approx Persian Indigo. HEX triplet: 43, 12 and 79. RGB value is (67,18,121). Sum of RGB (Red+Green+Blue) = 67+18+121=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #431279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431279 is #BCED86. Grayscale: #2C2C2C. Windows color (decimal): -12381575 or 7934531. OLE color: 7934531.

HSL color Cylindrical-coordinate representation of color #431279: hue angle of 268.54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431279 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6718121-
CMYK0.450.8500.53
HSL268.54º74.1%27.25%-
HSV(B)268.54º85.12%47.45%-
XYZ5.983.0118.35-
YUV44.39171.23144.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=32.52%
G=8.74%
B=58.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67181210.450.8500.53268.5474.127.25
Hex4312792D5503510d4a1b
Octal103221715512506541511233
Binary100001110010111100110110110101010110101100001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431279; }

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

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

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

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

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

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

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

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