#421D8B

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

Shades of Windsor #421D8B

Tints of Windsor #421D8B

Color information

#421D8B (or 0x421D8B) is unknown color: approx Windsor. HEX triplet: 42, 1D and 8B. RGB value is (66,29,139). Sum of RGB (Red+Green+Blue) = 66+29+139=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #421D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D8B is #BDE274. Grayscale: #343434. Windows color (decimal): -12444277 or 9116994. OLE color: 9116994.

HSL color Cylindrical-coordinate representation of color #421D8B: hue angle of 260.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421D8B is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6629139-
CMYK0.530.7900.45
HSL260.18º65.48%32.94%-
HSV(B)260.18º79.14%54.51%-
XYZ7.353.924.79-
YUV52.6176.76137.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=28.21%
G=12.39%
B=59.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66291390.530.7900.45260.1865.4832.94
Hex421D8B354F02D1044121
Octal102352136511705540410141
Binary10000101110110001011110101100111101011011000001001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,29,139); }

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

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

 a { background-color: rgb(66,29,139); }

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

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

 span { border-color: rgb(66,29,139); }

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