#42298B

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

Shades of Windsor #42298B

Tints of Windsor #42298B

Color information

#42298B (or 0x42298B) is unknown color: approx Windsor. HEX triplet: 42, 29 and 8B. RGB value is (66,41,139). Sum of RGB (Red+Green+Blue) = 66+41+139=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #42298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298B is #BDD674. Grayscale: #3B3B3B. Windows color (decimal): -12441205 or 9120066. OLE color: 9120066.

HSL color Cylindrical-coordinate representation of color #42298B: hue angle of 255.31º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298B is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6641139-
CMYK0.530.7100.45
HSL255.31º54.44%35.29%-
HSV(B)255.31º70.5%54.51%-
XYZ7.74.6124.91-
YUV59.65172.78132.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=26.83%
G=16.67%
B=56.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66411390.530.7100.45255.3154.4435.29
Hex42298B354702Dff3623
Octal10251213651070553776643
Binary1000010101001100010111101011000111010110111111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42298B; }

 p { color: rgb(66,41,139); }

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

<style>
 a { background-color: #42298B; }

 a { background-color: rgb(66,41,139); }

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

<style>
 span { border-color: #42298B; }

 span { border-color: rgb(66,41,139); }

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