#423172

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

Shades of Windsor #423172

Tints of Windsor #423172

Color information

#423172 (or 0x423172) is unknown color: approx Windsor. HEX triplet: 42, 31 and 72. RGB value is (66,49,114). Sum of RGB (Red+Green+Blue) = 66+49+114=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #423172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423172 is #BDCE8D. Grayscale: #3D3D3D. Windows color (decimal): -12439182 or 7483714. OLE color: 7483714.

HSL color Cylindrical-coordinate representation of color #423172: hue angle of 255.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423172 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6649114-
CMYK0.420.5700.55
HSL255.69º39.88%31.96%-
HSV(B)255.69º57.02%44.71%-
XYZ6.384.5716.47-
YUV61.49157.63131.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=28.82%
G=21.40%
B=49.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66491140.420.5700.55255.6939.8831.96
Hex4231722A390371002820
Octal1026116252710674005040
Binary100001011000111100101010101110010110111100000000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423172; }

 p { color: rgb(66,49,114); }

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

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

 a { background-color: rgb(66,49,114); }

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

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

 span { border-color: rgb(66,49,114); }

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