#421E8E

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

Shades of Windsor #421E8E

Tints of Windsor #421E8E

Color information

#421E8E (or 0x421E8E) is unknown color: approx Windsor. HEX triplet: 42, 1E and 8E. RGB value is (66,30,142). Sum of RGB (Red+Green+Blue) = 66+30+142=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #421E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E8E is #BDE171. Grayscale: #353535. Windows color (decimal): -12444018 or 9313858. OLE color: 9313858.

HSL color Cylindrical-coordinate representation of color #421E8E: hue angle of 259.29º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421E8E is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6630142-
CMYK0.540.7900.44
HSL259.29º65.12%33.73%-
HSV(B)259.29º78.87%55.69%-
XYZ7.594.0425.97-
YUV53.53177.93136.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=27.73%
G=12.61%
B=59.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66301420.540.7900.44259.2965.1233.73
Hex421E8E364F02C1034122
Octal102362166611705440310142
Binary10000101111010001110110110100111101011001000000111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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