#433375

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

Shades of Windsor #433375

Tints of Windsor #433375

Color information

#433375 (or 0x433375) is unknown color: approx Windsor. HEX triplet: 43, 33 and 75. RGB value is (67,51,117). Sum of RGB (Red+Green+Blue) = 67+51+117=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #433375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433375 is #BCCC8A. Grayscale: #3F3F3F. Windows color (decimal): -12373131 or 7680835. OLE color: 7680835.

HSL color Cylindrical-coordinate representation of color #433375: hue angle of 254.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433375 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6751117-
CMYK0.430.5600.54
HSL254.55º39.29%32.94%-
HSV(B)254.55º56.41%45.88%-
XYZ6.714.8517.41-
YUV63.31158.3130.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=28.51%
G=21.70%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67511170.430.5600.54254.5539.2932.94
Hex4333752B38036ff2721
Octal1036316553700663774741
Binary10000111100111110101101011111000011011011111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433375; }

 p { color: rgb(67,51,117); }

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

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

 a { background-color: rgb(67,51,117); }

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

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

 span { border-color: rgb(67,51,117); }

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