#43367A

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

Shades of Windsor #43367A

Tints of Windsor #43367A

Color information

#43367A (or 0x43367A) is unknown color: approx Windsor. HEX triplet: 43, 36 and 7A. RGB value is (67,54,122). Sum of RGB (Red+Green+Blue) = 67+54+122=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #43367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43367A is #BCC985. Grayscale: #414141. Windows color (decimal): -12372358 or 8009283. OLE color: 8009283.

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

Color convert

RGB6754122-
CMYK0.450.5600.52
HSL251.47º38.64%34.51%-
HSV(B)251.47º55.74%47.84%-
XYZ7.155.2419.05-
YUV65.64159.81128.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=27.57%
G=22.22%
B=50.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67541220.450.5600.52251.4738.6434.51
Hex43367A2D38034fb2723
Octal1036617255700643734743
Binary10000111101101111010101101111000011010011111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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