#421C7B

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

Shades of Windsor #421C7B

Tints of Windsor #421C7B

Color information

#421C7B (or 0x421C7B) is unknown color: approx Windsor. HEX triplet: 42, 1C and 7B. RGB value is (66,28,123). Sum of RGB (Red+Green+Blue) = 66+28+123=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #421C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C7B is #BDE384. Grayscale: #313131. Windows color (decimal): -12444549 or 8068162. OLE color: 8068162.

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

Color convert

RGB6628123-
CMYK0.460.7700.52
HSL264º62.91%29.61%-
HSV(B)264º77.24%48.24%-
XYZ6.243.4219.07-
YUV50.19169.09139.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=30.41%
G=12.90%
B=56.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66281230.460.7700.5226462.9129.61
Hex421C7B2E4D0341083f1e
Octal10234173561150644107736
Binary10000101110011110111011101001101011010010000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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