#421B7C

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

Shades of Windsor #421B7C

Tints of Windsor #421B7C

Color information

#421B7C (or 0x421B7C) is unknown color: approx Windsor. HEX triplet: 42, 1B and 7C. RGB value is (66,27,124). Sum of RGB (Red+Green+Blue) = 66+27+124=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #421B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B7C is #BDE483. Grayscale: #313131. Windows color (decimal): -12444804 or 8133442. OLE color: 8133442.

HSL color Cylindrical-coordinate representation of color #421B7C: hue angle of 264.12º degrees, saturation: 0.64, 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 #421B7C is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6627124-
CMYK0.470.7800.51
HSL264.12º64.24%29.61%-
HSV(B)264.12º78.23%48.63%-
XYZ6.283.419.39-
YUV49.72169.92139.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=30.41%
G=12.44%
B=57.14%

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
Decimal66271240.470.7800.51264.1264.2429.61
Hex421B7C2F4E033108401e
Octal102331745711606341010036
Binary100001011011111110010111110011100110011100001000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,27,124); }

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

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

 a { background-color: rgb(66,27,124); }

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

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

 span { border-color: rgb(66,27,124); }

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