#432274

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

Shades of Windsor #432274

Tints of Windsor #432274

Color information

#432274 (or 0x432274) is unknown color: approx Windsor. HEX triplet: 43, 22 and 74. RGB value is (67,34,116). Sum of RGB (Red+Green+Blue) = 67+34+116=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #432274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432274 is #BCDD8B. Grayscale: #343434. Windows color (decimal): -12377484 or 7610947. OLE color: 7610947.

HSL color Cylindrical-coordinate representation of color #432274: hue angle of 264.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432274 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6734116-
CMYK0.420.7100.55
HSL264.15º54.67%29.41%-
HSV(B)264.15º70.69%45.49%-
XYZ6.043.616.9-
YUV53.22163.43137.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=30.88%
G=15.67%
B=53.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67341160.420.7100.55264.1554.6729.41
Hex4322742A47037108371d
Octal10342164521070674106735
Binary100001110001011101001010101000111011011110000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432274; }

 p { color: rgb(67,34,116); }

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

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

 a { background-color: rgb(67,34,116); }

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

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

 span { border-color: rgb(67,34,116); }

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