#431E92

Color #431E92 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #431E92

Tints of Windsor #431E92

Color information

#431E92 (or 0x431E92) is unknown color: approx Windsor. HEX triplet: 43, 1E and 92. RGB value is (67,30,146). Sum of RGB (Red+Green+Blue) = 67+30+146=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #431E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431E92 is #BCE16D. Grayscale: #353535. Windows color (decimal): -12378478 or 9576003. OLE color: 9576003.

HSL color Cylindrical-coordinate representation of color #431E92: hue angle of 259.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431E92 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6730146-
CMYK0.540.7900.43
HSL259.14º65.91%34.51%-
HSV(B)259.14º79.45%57.25%-
XYZ7.974.227.58-
YUV54.29179.76137.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=27.57%
G=12.35%
B=60.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67301460.540.7900.43259.1465.9134.51
Hex431E92364F02B1034223
Octal103362226611705340310243
Binary10000111111010010010110110100111101010111000000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431E92; }

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

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

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

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

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

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

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

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