#421B73

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

Shades of Windsor #421B73

Tints of Windsor #421B73

Color information

#421B73 (or 0x421B73) is unknown color: approx Windsor. HEX triplet: 42, 1B and 73. RGB value is (66,27,115). Sum of RGB (Red+Green+Blue) = 66+27+115=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #421B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B73 is #BDE48C. Grayscale: #303030. Windows color (decimal): -12444813 or 7543618. OLE color: 7543618.

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

Color convert

RGB6627115-
CMYK0.430.7700.55
HSL266.59º61.97%27.84%-
HSV(B)266.59º76.52%45.1%-
XYZ5.733.1816.53-
YUV48.69165.42140.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 115 (45.31% from 255) = 55.29%
R=31.73%
G=12.98%
B=55.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66271150.430.7700.55266.5961.9727.84
Hex421B732B4D03710b3e1c
Octal10233163531150674137634
Binary10000101101111100111010111001101011011110000101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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