#422687

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

Shades of Windsor #422687

Tints of Windsor #422687

Color information

#422687 (or 0x422687) is unknown color: approx Windsor. HEX triplet: 42, 26 and 87. RGB value is (66,38,135). Sum of RGB (Red+Green+Blue) = 66+38+135=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #422687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422687 is #BDD978. Grayscale: #393939. Windows color (decimal): -12441977 or 8857154. OLE color: 8857154.

HSL color Cylindrical-coordinate representation of color #422687: hue angle of 257.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422687 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6638135-
CMYK0.510.7200.47
HSL257.32º56.07%33.92%-
HSV(B)257.32º71.85%52.94%-
XYZ7.314.2923.37-
YUV57.43171.78134.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=27.62%
G=15.90%
B=56.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66381350.510.7200.47257.3256.0733.92
Hex422687334802F1013822
Octal10246207631100574017042
Binary10000101001101000011111001110010000101111100000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422687; }

 p { color: rgb(66,38,135); }

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

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

 a { background-color: rgb(66,38,135); }

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

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

 span { border-color: rgb(66,38,135); }

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