#43357A

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

Shades of Windsor #43357A

Tints of Windsor #43357A

Color information

#43357A (or 0x43357A) is unknown color: approx Windsor. HEX triplet: 43, 35 and 7A. RGB value is (67,53,122). Sum of RGB (Red+Green+Blue) = 67+53+122=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #43357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43357A is #BCCA85. Grayscale: #404040. Windows color (decimal): -12372614 or 8009027. OLE color: 8009027.

HSL color Cylindrical-coordinate representation of color #43357A: hue angle of 252.17º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43357A is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6753122-
CMYK0.450.5700.52
HSL252.17º39.43%34.31%-
HSV(B)252.17º56.56%47.84%-
XYZ7.15.1419.03-
YUV65.05160.14129.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=27.69%
G=21.90%
B=50.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67531220.450.5700.52252.1739.4334.31
Hex43357A2D39034fc2722
Octal1036517255710643744742
Binary10000111101011111010101101111001011010011111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43357A; }

 p { color: rgb(67,53,122); }

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

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

 a { background-color: rgb(67,53,122); }

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

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

 span { border-color: rgb(67,53,122); }

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