#43237D

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

Shades of Windsor #43237D

Tints of Windsor #43237D

Color information

#43237D (or 0x43237D) is unknown color: approx Windsor. HEX triplet: 43, 23 and 7D. RGB value is (67,35,125). Sum of RGB (Red+Green+Blue) = 67+35+125=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #43237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43237D is #BCDC82. Grayscale: #363636. Windows color (decimal): -12377219 or 8201027. OLE color: 8201027.

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

Color convert

RGB6735125-
CMYK0.460.7200.51
HSL261.33º56.25%31.37%-
HSV(B)261.33º72%49.02%-
XYZ6.623.8819.8-
YUV54.83167.6136.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=29.52%
G=15.42%
B=55.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67351250.460.7200.51261.3356.2531.37
Hex43237D2E48033105381f
Octal10343175561100634057037
Binary100001110001111111011011101001000011001110000010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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