#422788

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

Shades of Windsor #422788

Tints of Windsor #422788

Color information

#422788 (or 0x422788) is unknown color: approx Windsor. HEX triplet: 42, 27 and 88. RGB value is (66,39,136). Sum of RGB (Red+Green+Blue) = 66+39+136=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #422788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422788 is #BDD877. Grayscale: #393939. Windows color (decimal): -12441720 or 8922946. OLE color: 8922946.

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

Color convert

RGB6639136-
CMYK0.510.7100.47
HSL256.7º55.43%34.31%-
HSV(B)256.7º71.32%53.33%-
XYZ7.424.3923.75-
YUV58.13171.95133.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=27.39%
G=16.18%
B=56.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66391360.510.7100.47256.755.4334.31
Hex422788334702F1013722
Octal10247210631070574016742
Binary10000101001111000100011001110001110101111100000001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422788; }

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

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

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

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

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

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

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

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