#42278A

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

Shades of Windsor #42278A

Tints of Windsor #42278A

Color information

#42278A (or 0x42278A) is unknown color: approx Windsor. HEX triplet: 42, 27 and 8A. RGB value is (66,39,138). Sum of RGB (Red+Green+Blue) = 66+39+138=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #42278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42278A is #BDD875. Grayscale: #393939. Windows color (decimal): -12441718 or 9054018. OLE color: 9054018.

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

Color convert

RGB6639138-
CMYK0.520.7200.46
HSL256.36º55.93%34.71%-
HSV(B)256.36º71.74%54.12%-
XYZ7.564.4424.5-
YUV58.36172.95133.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=27.16%
G=16.05%
B=56.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66391380.520.7200.46256.3655.9334.71
Hex42278A344802E1003823
Octal10247212641100564007043
Binary10000101001111000101011010010010000101110100000000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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