#421E7A

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

Shades of Windsor #421E7A

Tints of Windsor #421E7A

Color information

#421E7A (or 0x421E7A) is unknown color: approx Windsor. HEX triplet: 42, 1E and 7A. RGB value is (66,30,122). Sum of RGB (Red+Green+Blue) = 66+30+122=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #421E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E7A is #BDE185. Grayscale: #323232. Windows color (decimal): -12444038 or 8003138. OLE color: 8003138.

HSL color Cylindrical-coordinate representation of color #421E7A: hue angle of 263.48º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421E7A is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6630122-
CMYK0.460.7500.52
HSL263.48º60.53%29.8%-
HSV(B)263.48º75.41%47.84%-
XYZ6.223.4918.76-
YUV51.25167.93138.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=30.28%
G=13.76%
B=55.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66301220.460.7500.52263.4860.5329.8
Hex421E7A2E4B0341073d1e
Octal10236172561130644077536
Binary10000101111011110101011101001011011010010000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,122); }

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

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

 a { background-color: rgb(66,30,122); }

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

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

 span { border-color: rgb(66,30,122); }

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