#431273

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

Shades of Persian Indigo #431273

Tints of Persian Indigo #431273

Color information

#431273 (or 0x431273) is unknown color: approx Persian Indigo. HEX triplet: 43, 12 and 73. RGB value is (67,18,115). Sum of RGB (Red+Green+Blue) = 67+18+115=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #431273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431273 is #BCED8C. Grayscale: #2B2B2B. Windows color (decimal): -12381581 or 7541315. OLE color: 7541315.

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

Color convert

RGB6718115-
CMYK0.420.8400.55
HSL270.31º72.93%26.08%-
HSV(B)270.31º84.35%45.1%-
XYZ5.632.8616.48-
YUV43.71168.23144.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=33.5%
G=9%
B=57.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67181150.420.8400.55270.3172.9326.08
Hex4312732A5403710e491a
Octal103221635212406741611132
Binary100001110010111001110101010101000110111100001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431273; }

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

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

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

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

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

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

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

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