#42278B

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

Shades of Windsor #42278B

Tints of Windsor #42278B

Color information

#42278B (or 0x42278B) is unknown color: approx Windsor. HEX triplet: 42, 27 and 8B. RGB value is (66,39,139). Sum of RGB (Red+Green+Blue) = 66+39+139=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #42278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42278B is #BDD874. Grayscale: #3A3A3A. Windows color (decimal): -12441717 or 9119554. OLE color: 9119554.

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

Color convert

RGB6639139-
CMYK0.530.7200.45
HSL256.2º56.18%34.9%-
HSV(B)256.2º71.94%54.51%-
XYZ7.634.4724.89-
YUV58.47173.45133.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=27.05%
G=15.98%
B=56.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66391390.530.7200.45256.256.1834.9
Hex42278B354802D1003823
Octal10247213651100554007043
Binary10000101001111000101111010110010000101101100000000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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