#43208b

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

Shades of Windsor #43208B

Tints of Windsor #43208B

Color information

#43208B (or 0x43208B) is unknown color: approx Windsor. HEX triplet: 43, 20 and 8B. RGB value is (67,32,139). Sum of RGB (Red+Green+Blue) = 67+32+139=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #43208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43208B is #BCDF74. Grayscale: #363636. Windows color (decimal): -12377973 or 9117763. OLE color: 9117763.

HSL color Cylindrical-coordinate representation of color #43208B: hue angle of 259.63º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43208B is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6732139-
CMYK0.520.7700.45
HSL259.63º62.57%33.53%-
HSV(B)259.63º76.98%54.51%-
XYZ7.494.0924.82-
YUV54.66175.6136.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=28.15%
G=13.45%
B=58.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67321390.520.7700.45259.6362.5733.53
Hex43208B344D02D1043f22
Octal10340213641150554047742
Binary10000111000001000101111010010011010101101100000100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43208b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43208b; }

 p { color: rgb(67,32,139); }

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

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

 a { background-color: rgb(67,32,139); }

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

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

 span { border-color: rgb(67,32,139); }

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