#433071

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

Shades of Windsor #433071

Tints of Windsor #433071

Color information

#433071 (or 0x433071) is unknown color: approx Windsor. HEX triplet: 43, 30 and 71. RGB value is (67,48,113). Sum of RGB (Red+Green+Blue) = 67+48+113=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #433071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433071 is #BCCF8E. Grayscale: #3C3C3C. Windows color (decimal): -12373903 or 7417923. OLE color: 7417923.

HSL color Cylindrical-coordinate representation of color #433071: hue angle of 257.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #433071 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6748113-
CMYK0.410.5800.56
HSL257.54º40.37%31.57%-
HSV(B)257.54º57.52%44.31%-
XYZ6.354.516.16-
YUV61.09157.29132.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=29.39%
G=21.05%
B=49.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67481130.410.5800.56257.5440.3731.57
Hex433071293A0381022820
Octal1036016151720704025040
Binary100001111000011100011010011110100111000100000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433071; }

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

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

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

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

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

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

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

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