#42277A

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

Shades of Windsor #42277A

Tints of Windsor #42277A

Color information

#42277A (or 0x42277A) is unknown color: approx Windsor. HEX triplet: 42, 27 and 7A. RGB value is (66,39,122). Sum of RGB (Red+Green+Blue) = 66+39+122=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #42277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42277A is #BDD885. Grayscale: #383838. Windows color (decimal): -12441734 or 8005442. OLE color: 8005442.

HSL color Cylindrical-coordinate representation of color #42277A: hue angle of 259.52º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42277A is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6639122-
CMYK0.460.6800.52
HSL259.52º51.55%31.57%-
HSV(B)259.52º68.03%47.84%-
XYZ6.494.0118.85-
YUV56.54164.95134.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=29.07%
G=17.18%
B=53.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66391220.460.6800.52259.5251.5531.57
Hex42277A2E440341043420
Octal10247172561040644046440
Binary1000010100111111101010111010001000110100100000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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