#431373

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

Shades of Persian Indigo #431373

Tints of Persian Indigo #431373

Color information

#431373 (or 0x431373) is unknown color: approx Persian Indigo. HEX triplet: 43, 13 and 73. RGB value is (67,19,115). Sum of RGB (Red+Green+Blue) = 67+19+115=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #431373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431373 is #BCEC8C. Grayscale: #2B2B2B. Windows color (decimal): -12381325 or 7541571. OLE color: 7541571.

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

Color convert

RGB6719115-
CMYK0.420.8300.55
HSL270º71.64%26.27%-
HSV(B)270º83.48%45.1%-
XYZ5.642.916.48-
YUV44.3167.9144.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=33.33%
G=9.45%
B=57.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67191150.420.8300.5527071.6426.27
Hex4313732A5303710e481a
Octal103231635212306741611032
Binary100001110011111001110101010100110110111100001110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431373; }

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

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

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

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

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

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

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

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