#42258A

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

Shades of Windsor #42258A

Tints of Windsor #42258A

Color information

#42258A (or 0x42258A) is unknown color: approx Windsor. HEX triplet: 42, 25 and 8A. RGB value is (66,37,138). Sum of RGB (Red+Green+Blue) = 66+37+138=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #42258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42258A is #BDDA75. Grayscale: #383838. Windows color (decimal): -12442230 or 9053506. OLE color: 9053506.

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

Color convert

RGB6637138-
CMYK0.520.7300.46
HSL257.23º57.71%34.31%-
HSV(B)257.23º73.19%54.12%-
XYZ7.54.3224.48-
YUV57.18173.61134.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=27.39%
G=15.35%
B=57.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66371380.520.7300.46257.2357.7134.31
Hex42258A344902E1013a22
Octal10245212641110564017242
Binary10000101001011000101011010010010010101110100000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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