#421E88

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

Shades of Windsor #421E88

Tints of Windsor #421E88

Color information

#421E88 (or 0x421E88) is unknown color: approx Windsor. HEX triplet: 42, 1E and 88. RGB value is (66,30,136). Sum of RGB (Red+Green+Blue) = 66+30+136=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #421E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E88 is #BDE177. Grayscale: #343434. Windows color (decimal): -12444024 or 8920642. OLE color: 8920642.

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

Color convert

RGB6630136-
CMYK0.510.7800.47
HSL260.38º63.86%32.55%-
HSV(B)260.38º77.94%53.33%-
XYZ7.153.8623.66-
YUV52.85174.93137.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 136 (53.52% from 255) = 58.62%
R=28.45%
G=12.93%
B=58.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66301360.510.7800.47260.3863.8632.55
Hex421E88334E02F1044021
Octal102362106311605740410041
Binary10000101111010001000110011100111001011111000001001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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