#43278A

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

Shades of Windsor #43278A

Tints of Windsor #43278A

Color information

#43278A (or 0x43278A) is unknown color: approx Windsor. HEX triplet: 43, 27 and 8A. RGB value is (67,39,138). Sum of RGB (Red+Green+Blue) = 67+39+138=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #43278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43278A is #BCD875. Grayscale: #3A3A3A. Windows color (decimal): -12376182 or 9054019. OLE color: 9054019.

HSL color Cylindrical-coordinate representation of color #43278A: hue angle of 256.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43278A is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6739138-
CMYK0.510.7200.46
HSL256.97º55.93%34.71%-
HSV(B)256.97º71.74%54.12%-
XYZ7.634.4824.51-
YUV58.66172.78133.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=27.46%
G=15.98%
B=56.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67391380.510.7200.46256.9755.9334.71
Hex43278A334802E1013823
Octal10347212631100564017043
Binary10000111001111000101011001110010000101110100000001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,39,138); }

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

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

 a { background-color: rgb(67,39,138); }

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

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

 span { border-color: rgb(67,39,138); }

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