#423177

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

Shades of Windsor #423177

Tints of Windsor #423177

Color information

#423177 (or 0x423177) is unknown color: approx Windsor. HEX triplet: 42, 31 and 77. RGB value is (66,49,119). Sum of RGB (Red+Green+Blue) = 66+49+119=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #423177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423177 is #BDCE88. Grayscale: #3D3D3D. Windows color (decimal): -12439177 or 7811394. OLE color: 7811394.

HSL color Cylindrical-coordinate representation of color #423177: hue angle of 254.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423177 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6649119-
CMYK0.450.5900.53
HSL254.57º41.67%32.94%-
HSV(B)254.57º58.82%46.67%-
XYZ6.674.6918.01-
YUV62.06160.13130.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=28.21%
G=20.94%
B=50.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66491190.450.5900.53254.5741.6732.94
Hex4231772D3B035ff2a21
Octal1026116755730653775241
Binary10000101100011110111101101111011011010111111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423177; }

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

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

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

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

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

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

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

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