#421E92

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

Shades of Windsor #421E92

Tints of Windsor #421E92

Color information

#421E92 (or 0x421E92) is unknown color: approx Windsor. HEX triplet: 42, 1E and 92. RGB value is (66,30,146). Sum of RGB (Red+Green+Blue) = 66+30+146=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #421E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E92 is #BDE16D. Grayscale: #353535. Windows color (decimal): -12444014 or 9576002. OLE color: 9576002.

HSL color Cylindrical-coordinate representation of color #421E92: hue angle of 258.62º 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 #421E92 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6630146-
CMYK0.550.7900.43
HSL258.62º65.91%34.51%-
HSV(B)258.62º79.45%57.25%-
XYZ7.94.1627.58-
YUV53.99179.93136.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=27.27%
G=12.40%
B=60.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66301460.550.7900.43258.6265.9134.51
Hex421E92374F02B1034223
Octal102362226711705340310243
Binary10000101111010010010110111100111101010111000000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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