#433182

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

Shades of Windsor #433182

Tints of Windsor #433182

Color information

#433182 (or 0x433182) is unknown color: approx Windsor. HEX triplet: 43, 31 and 82. RGB value is (67,49,130). Sum of RGB (Red+Green+Blue) = 67+49+130=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #433182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433182 is #BCCE7D. Grayscale: #3F3F3F. Windows color (decimal): -12373630 or 8532291. OLE color: 8532291.

HSL color Cylindrical-coordinate representation of color #433182: hue angle of 253.33º 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 #433182 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6749130-
CMYK0.480.6200.49
HSL253.33º45.25%35.1%-
HSV(B)253.33º62.31%50.98%-
XYZ7.44521.69-
YUV63.62165.46130.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=27.24%
G=19.92%
B=52.85%

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
Decimal67491300.480.6200.49253.3345.2535.1
Hex433182303E031fd2d23
Octal1036120260760613755543
Binary100001111000110000010110000111110011000111111101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433182; }

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

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

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

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

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

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

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

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