#422384

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

Shades of Windsor #422384

Tints of Windsor #422384

Color information

#422384 (or 0x422384) is unknown color: approx Windsor. HEX triplet: 42, 23 and 84. RGB value is (66,35,132). Sum of RGB (Red+Green+Blue) = 66+35+132=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #422384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422384 is #BDDC7B. Grayscale: #363636. Windows color (decimal): -12442748 or 8659778. OLE color: 8659778.

HSL color Cylindrical-coordinate representation of color #422384: hue angle of 259.18º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422384 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6635132-
CMYK0.50.7300.48
HSL259.18º58.08%32.75%-
HSV(B)259.18º73.48%51.76%-
XYZ7.014.0322.24-
YUV55.33171.27135.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=28.33%
G=15.02%
B=56.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66351320.50.7300.48259.1858.0832.75
Hex42238432490301033a21
Octal10243204621110604037241
Binary10000101000111000010011001010010010110000100000011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422384; }

 p { color: rgb(66,35,132); }

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

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

 a { background-color: rgb(66,35,132); }

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

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

 span { border-color: rgb(66,35,132); }

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