#431573

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

Shades of Persian Indigo #431573

Tints of Persian Indigo #431573

Color information

#431573 (or 0x431573) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 73. RGB value is (67,21,115). Sum of RGB (Red+Green+Blue) = 67+21+115=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #431573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431573 is #BCEA8C. Grayscale: #2D2D2D. Windows color (decimal): -12380813 or 7542083. OLE color: 7542083.

HSL color Cylindrical-coordinate representation of color #431573: hue angle of 269.36º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431573 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6721115-
CMYK0.420.8200.55
HSL269.36º69.12%26.67%-
HSV(B)269.36º81.74%45.1%-
XYZ5.682.9716.49-
YUV45.47167.24143.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=33.00%
G=10.34%
B=56.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67211150.420.8200.55269.3669.1226.67
Hex4315732A5203710d451b
Octal103251635212206741510533
Binary100001110101111001110101010100100110111100001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431573; }

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

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

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

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

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

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

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

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