#422385

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

Shades of Windsor #422385

Tints of Windsor #422385

Color information

#422385 (or 0x422385) is unknown color: approx Windsor. HEX triplet: 42, 23 and 85. RGB value is (66,35,133). Sum of RGB (Red+Green+Blue) = 66+35+133=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #422385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422385 is #BDDC7A. Grayscale: #373737. Windows color (decimal): -12442747 or 8725314. OLE color: 8725314.

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

Color convert

RGB6635133-
CMYK0.500.7400.48
HSL258.98º58.33%32.94%-
HSV(B)258.98º73.68%52.16%-
XYZ7.084.0522.6-
YUV55.44171.77135.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=28.21%
G=14.96%
B=56.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66351330.500.7400.48258.9858.3332.94
Hex422385324A0301033a21
Octal10243205621120604037241
Binary10000101000111000010111001010010100110000100000011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422385; }

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

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

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

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

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

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

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

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