#431492

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

Shades of Persian Indigo #431492

Tints of Persian Indigo #431492

Color information

#431492 (or 0x431492) is unknown color: approx Persian Indigo. HEX triplet: 43, 14 and 92. RGB value is (67,20,146). Sum of RGB (Red+Green+Blue) = 67+20+146=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #431492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431492 is #BCEB6D. Grayscale: #2F2F2F. Windows color (decimal): -12381038 or 9573443. OLE color: 9573443.

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

Color convert

RGB6720146-
CMYK0.540.8600.43
HSL262.38º75.9%32.55%-
HSV(B)262.38º86.3%57.25%-
XYZ7.753.7727.51-
YUV48.42183.07141.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=28.76%
G=8.58%
B=62.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67201460.540.8600.43262.3875.932.55
Hex431492365602B1064c21
Octal103242226612605340611441
Binary10000111010010010010110110101011001010111000001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431492; }

 p { color: rgb(67,20,146); }

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

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

 a { background-color: rgb(67,20,146); }

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

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

 span { border-color: rgb(67,20,146); }

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