#433083

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

Shades of Windsor #433083

Tints of Windsor #433083

Color information

#433083 (or 0x433083) is unknown color: approx Windsor. HEX triplet: 43, 30 and 83. RGB value is (67,48,131). Sum of RGB (Red+Green+Blue) = 67+48+131=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #433083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433083 is #BCCF7C. Grayscale: #3E3E3E. Windows color (decimal): -12373885 or 8597571. OLE color: 8597571.

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

Color convert

RGB6748131-
CMYK0.490.6300.49
HSL253.73º46.37%35.1%-
HSV(B)253.73º63.36%51.37%-
XYZ7.474.9522.03-
YUV63.14166.29130.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=27.24%
G=19.51%
B=53.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67481310.490.6300.49253.7346.3735.1
Hex433083313F031fe2e23
Octal1036020361770613765643
Binary100001111000010000011110001111111011000111111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433083; }

 p { color: rgb(67,48,131); }

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

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

 a { background-color: rgb(67,48,131); }

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

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

 span { border-color: rgb(67,48,131); }

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