#422681

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

Shades of Windsor #422681

Tints of Windsor #422681

Color information

#422681 (or 0x422681) is unknown color: approx Windsor. HEX triplet: 42, 26 and 81. RGB value is (66,38,129). Sum of RGB (Red+Green+Blue) = 66+38+129=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #422681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422681 is #BDD97E. Grayscale: #383838. Windows color (decimal): -12441983 or 8463938. OLE color: 8463938.

HSL color Cylindrical-coordinate representation of color #422681: hue angle of 258.46º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422681 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6638129-
CMYK0.490.7100.49
HSL258.46º54.49%32.75%-
HSV(B)258.46º70.54%50.59%-
XYZ6.94.1321.2-
YUV56.75168.78134.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=28.33%
G=16.31%
B=55.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66381290.490.7100.49258.4654.4932.75
Hex42268131470311023621
Octal10246201611070614026641
Binary10000101001101000000111000110001110110001100000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422681; }

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

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

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

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

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

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

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

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