#421974

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

Shades of Windsor #421974

Tints of Windsor #421974

Color information

#421974 (or 0x421974) is unknown color: approx Windsor. HEX triplet: 42, 19 and 74. RGB value is (66,25,116). Sum of RGB (Red+Green+Blue) = 66+25+116=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #421974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421974 is #BDE68B. Grayscale: #2F2F2F. Windows color (decimal): -12445324 or 7608642. OLE color: 7608642.

HSL color Cylindrical-coordinate representation of color #421974: hue angle of 267.03º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421974 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6625116-
CMYK0.430.7800.55
HSL267.03º64.54%27.65%-
HSV(B)267.03º78.45%45.49%-
XYZ5.753.1116.82-
YUV47.63166.58141.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=31.88%
G=12.08%
B=56.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66251160.430.7800.55267.0364.5427.65
Hex4219742B4E03710b411c
Octal102311645311606741310134
Binary100001011001111010010101110011100110111100001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421974; }

 p { color: rgb(66,25,116); }

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

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

 a { background-color: rgb(66,25,116); }

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

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

 span { border-color: rgb(66,25,116); }

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