#43237A

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

Shades of Windsor #43237A

Tints of Windsor #43237A

Color information

#43237A (or 0x43237A) is unknown color: approx Windsor. HEX triplet: 43, 23 and 7A. RGB value is (67,35,122). Sum of RGB (Red+Green+Blue) = 67+35+122=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #43237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43237A is #BCDC85. Grayscale: #363636. Windows color (decimal): -12377222 or 8004419. OLE color: 8004419.

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

Color convert

RGB6735122-
CMYK0.450.7100.52
HSL262.07º55.41%30.78%-
HSV(B)262.07º71.31%47.84%-
XYZ6.433.818.81-
YUV54.49166.1136.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=29.91%
G=15.62%
B=54.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67351220.450.7100.52262.0755.4130.78
Hex43237A2D47034106371f
Octal10343172551070644066737
Binary100001110001111110101011011000111011010010000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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