#421F84

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

Shades of Windsor #421F84

Tints of Windsor #421F84

Color information

#421F84 (or 0x421F84) is unknown color: approx Windsor. HEX triplet: 42, 1F and 84. RGB value is (66,31,132). Sum of RGB (Red+Green+Blue) = 66+31+132=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #421F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F84 is #BDE07B. Grayscale: #343434. Windows color (decimal): -12443772 or 8658754. OLE color: 8658754.

HSL color Cylindrical-coordinate representation of color #421F84: hue angle of 260.79º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421F84 is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6631132-
CMYK0.50.7700.48
HSL260.79º61.96%31.96%-
HSV(B)260.79º76.52%51.76%-
XYZ6.93.822.2-
YUV52.98172.6137.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=28.82%
G=13.54%
B=57.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66311320.50.7700.48260.7961.9631.96
Hex421F84324D0301053e20
Octal10237204621150604057640
Binary1000010111111000010011001010011010110000100000101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,132); }

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

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

 a { background-color: rgb(66,31,132); }

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

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

 span { border-color: rgb(66,31,132); }

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