#433075

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

Shades of Windsor #433075

Tints of Windsor #433075

Color information

#433075 (or 0x433075) is unknown color: approx Windsor. HEX triplet: 43, 30 and 75. RGB value is (67,48,117). Sum of RGB (Red+Green+Blue) = 67+48+117=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #433075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433075 is #BCCF8A. Grayscale: #3D3D3D. Windows color (decimal): -12373899 or 7680067. OLE color: 7680067.

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

Color convert

RGB6748117-
CMYK0.430.5900.54
HSL256.52º41.82%32.35%-
HSV(B)256.52º58.97%45.88%-
XYZ6.584.5917.37-
YUV61.55159.29131.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=28.88%
G=20.69%
B=50.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67481170.430.5900.54256.5241.8232.35
Hex4330752B3B0361012a20
Octal1036016553730664015240
Binary100001111000011101011010111110110110110100000001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433075; }

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

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

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

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

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

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

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

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