#42248A

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

Shades of Windsor #42248A

Tints of Windsor #42248A

Color information

#42248A (or 0x42248A) is unknown color: approx Windsor. HEX triplet: 42, 24 and 8A. RGB value is (66,36,138). Sum of RGB (Red+Green+Blue) = 66+36+138=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #42248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42248A is #BDDB75. Grayscale: #383838. Windows color (decimal): -12442486 or 9053250. OLE color: 9053250.

HSL color Cylindrical-coordinate representation of color #42248A: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42248A is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6636138-
CMYK0.520.7400.46
HSL257.65º58.62%34.12%-
HSV(B)257.65º73.91%54.12%-
XYZ7.474.2524.47-
YUV56.6173.94134.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=27.5%
G=15%
B=57.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66361380.520.7400.46257.6558.6234.12
Hex42248A344A02E1023b22
Octal10244212641120564027342
Binary10000101001001000101011010010010100101110100000010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42248A; }

 p { color: rgb(66,36,138); }

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

<style>
 a { background-color: #42248A; }

 a { background-color: rgb(66,36,138); }

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

<style>
 span { border-color: #42248A; }

 span { border-color: rgb(66,36,138); }

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