#43258A

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

Shades of Windsor #43258A

Tints of Windsor #43258A

Color information

#43258A (or 0x43258A) is unknown color: approx Windsor. HEX triplet: 43, 25 and 8A. RGB value is (67,37,138). Sum of RGB (Red+Green+Blue) = 67+37+138=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #43258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43258A is #BCDA75. Grayscale: #393939. Windows color (decimal): -12376694 or 9053507. OLE color: 9053507.

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

Color convert

RGB6737138-
CMYK0.510.7300.46
HSL257.82º57.71%34.31%-
HSV(B)257.82º73.19%54.12%-
XYZ7.564.3524.49-
YUV57.48173.44134.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=27.69%
G=15.29%
B=57.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67371380.510.7300.46257.8257.7134.31
Hex43258A334902E1023a22
Octal10345212631110564027242
Binary10000111001011000101011001110010010101110100000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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