#421C7D

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

Shades of Windsor #421C7D

Tints of Windsor #421C7D

Color information

#421C7D (or 0x421C7D) is unknown color: approx Windsor. HEX triplet: 42, 1C and 7D. RGB value is (66,28,125). Sum of RGB (Red+Green+Blue) = 66+28+125=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #421C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C7D is #BDE382. Grayscale: #323232. Windows color (decimal): -12444547 or 8199234. OLE color: 8199234.

HSL color Cylindrical-coordinate representation of color #421C7D: hue angle of 263.51º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421C7D is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6628125-
CMYK0.470.7800.51
HSL263.51º63.4%30%-
HSV(B)263.51º77.6%49.02%-
XYZ6.363.4719.74-
YUV50.42170.09139.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=30.14%
G=12.79%
B=57.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66281250.470.7800.51263.5163.430
Hex421C7D2F4E0331083f1e
Octal10234175571160634107736
Binary10000101110011111011011111001110011001110000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,28,125); }

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

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

 a { background-color: rgb(66,28,125); }

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

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

 span { border-color: rgb(66,28,125); }

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