#43257B

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

Shades of Windsor #43257B

Tints of Windsor #43257B

Color information

#43257B (or 0x43257B) is unknown color: approx Windsor. HEX triplet: 43, 25 and 7B. RGB value is (67,37,123). Sum of RGB (Red+Green+Blue) = 67+37+123=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #43257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43257B is #BCDA84. Grayscale: #373737. Windows color (decimal): -12376709 or 8070467. OLE color: 8070467.

HSL color Cylindrical-coordinate representation of color #43257B: hue angle of 260.93º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43257B is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6737123-
CMYK0.460.7000.52
HSL260.93º53.75%31.37%-
HSV(B)260.93º69.92%48.24%-
XYZ6.553.9519.16-
YUV55.77165.94136.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=29.52%
G=16.30%
B=54.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67371230.460.7000.52260.9353.7531.37
Hex43257B2E46034105361f
Octal10345173561060644056637
Binary100001110010111110111011101000110011010010000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43257B; }

 p { color: rgb(67,37,123); }

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

<style>
 a { background-color: #43257B; }

 a { background-color: rgb(67,37,123); }

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

<style>
 span { border-color: #43257B; }

 span { border-color: rgb(67,37,123); }

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