#42277B

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

Shades of Windsor #42277B

Tints of Windsor #42277B

Color information

#42277B (or 0x42277B) is unknown color: approx Windsor. HEX triplet: 42, 27 and 7B. RGB value is (66,39,123). Sum of RGB (Red+Green+Blue) = 66+39+123=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #42277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42277B is #BDD884. Grayscale: #383838. Windows color (decimal): -12441733 or 8070978. OLE color: 8070978.

HSL color Cylindrical-coordinate representation of color #42277B: hue angle of 259.29º 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 #42277B is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6639123-
CMYK0.460.6800.52
HSL259.29º51.85%31.76%-
HSV(B)259.29º68.29%48.24%-
XYZ6.554.0419.17-
YUV56.65165.45134.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=28.95%
G=17.11%
B=53.95%

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
Decimal66391230.460.6800.52259.2951.8531.76
Hex42277B2E440341033420
Octal10247173561040644036440
Binary1000010100111111101110111010001000110100100000011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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