#422875

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

Shades of Windsor #422875

Tints of Windsor #422875

Color information

#422875 (or 0x422875) is unknown color: approx Windsor. HEX triplet: 42, 28 and 75. RGB value is (66,40,117). Sum of RGB (Red+Green+Blue) = 66+40+117=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #422875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422875 is #BDD78A. Grayscale: #383838. Windows color (decimal): -12441483 or 7678018. OLE color: 7678018.

HSL color Cylindrical-coordinate representation of color #422875: hue angle of 260.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422875 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6640117-
CMYK0.440.6600.54
HSL260.26º49.04%30.78%-
HSV(B)260.26º65.81%45.88%-
XYZ6.223.9617.27-
YUV56.55162.11134.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=29.60%
G=17.94%
B=52.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66401170.440.6600.54260.2649.0430.78
Hex4228752C42036104311f
Octal10250165541020664046137
Binary100001010100011101011011001000010011011010000010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422875; }

 p { color: rgb(66,40,117); }

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

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

 a { background-color: rgb(66,40,117); }

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

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

 span { border-color: rgb(66,40,117); }

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