#421973

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

Shades of Windsor #421973

Tints of Windsor #421973

Color information

#421973 (or 0x421973) is unknown color: approx Windsor. HEX triplet: 42, 19 and 73. RGB value is (66,25,115). Sum of RGB (Red+Green+Blue) = 66+25+115=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #421973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421973 is #BDE68C. Grayscale: #2F2F2F. Windows color (decimal): -12445325 or 7543106. OLE color: 7543106.

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

Color convert

RGB6625115-
CMYK0.430.7800.55
HSL267.33º64.29%27.45%-
HSV(B)267.33º78.26%45.1%-
XYZ5.693.0916.52-
YUV47.52166.08141.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=32.04%
G=12.14%
B=55.83%

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
Decimal66251150.430.7800.55267.3364.2927.45
Hex4219732B4E03710b401b
Octal102311635311606741310033
Binary100001011001111001110101110011100110111100001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421973; }

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

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

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

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

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

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

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

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