#433181

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

Shades of Windsor #433181

Tints of Windsor #433181

Color information

#433181 (or 0x433181) is unknown color: approx Windsor. HEX triplet: 43, 31 and 81. RGB value is (67,49,129). Sum of RGB (Red+Green+Blue) = 67+49+129=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #433181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433181 is #BCCE7E. Grayscale: #3F3F3F. Windows color (decimal): -12373631 or 8466755. OLE color: 8466755.

HSL color Cylindrical-coordinate representation of color #433181: hue angle of 253.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433181 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6749129-
CMYK0.480.6200.49
HSL253.5º44.94%34.9%-
HSV(B)253.5º62.02%50.59%-
XYZ7.384.9721.34-
YUV63.5164.96130.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=27.35%
G=20%
B=52.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67491290.480.6200.49253.544.9434.9
Hex433181303E031fe2d23
Octal1036120160760613765543
Binary100001111000110000001110000111110011000111111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433181; }

 p { color: rgb(67,49,129); }

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

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

 a { background-color: rgb(67,49,129); }

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

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

 span { border-color: rgb(67,49,129); }

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