#433272

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

Shades of Windsor #433272

Tints of Windsor #433272

Color information

#433272 (or 0x433272) is unknown color: approx Windsor. HEX triplet: 43, 32 and 72. RGB value is (67,50,114). Sum of RGB (Red+Green+Blue) = 67+50+114=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #433272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433272 is #BCCD8D. Grayscale: #3E3E3E. Windows color (decimal): -12373390 or 7483971. OLE color: 7483971.

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

Color convert

RGB6750114-
CMYK0.410.5600.55
HSL255.94º39.02%32.16%-
HSV(B)255.94º56.14%44.71%-
XYZ6.494.6916.48-
YUV62.38157.13131.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=29.00%
G=21.65%
B=49.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67501140.410.5600.55255.9439.0232.16
Hex43327229380371002720
Octal1036216251700674004740
Binary100001111001011100101010011110000110111100000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433272; }

 p { color: rgb(67,50,114); }

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

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

 a { background-color: rgb(67,50,114); }

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

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

 span { border-color: rgb(67,50,114); }

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