#431691

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

Shades of Persian Indigo #431691

Tints of Persian Indigo #431691

Color information

#431691 (or 0x431691) is unknown color: approx Persian Indigo. HEX triplet: 43, 16 and 91. RGB value is (67,22,145). Sum of RGB (Red+Green+Blue) = 67+22+145=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #431691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431691 is #BCE96E. Grayscale: #313131. Windows color (decimal): -12380527 or 9508419. OLE color: 9508419.

HSL color Cylindrical-coordinate representation of color #431691: hue angle of 261.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431691 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6722145-
CMYK0.540.8500.43
HSL261.95º73.65%32.75%-
HSV(B)261.95º84.83%56.86%-
XYZ7.713.8127.12-
YUV49.48181.91140.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=28.63%
G=9.40%
B=61.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67221450.540.8500.43261.9573.6532.75
Hex431691365502B1064a21
Octal103262216612505340611241
Binary10000111011010010001110110101010101010111000001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431691; }

 p { color: rgb(67,22,145); }

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

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

 a { background-color: rgb(67,22,145); }

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

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

 span { border-color: rgb(67,22,145); }

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