Html Css Color HEX #432080 Windsor

📋 copy color: '#432080'

red 67 ◦ green 32 ◦ blue 128

#432080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #432080

Tints of Windsor #432080

RGB

 RED value IS 67 (26.56% from 255) = 29.52%

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 29.52%
G = 14.1%
B = 56.39%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#432080 (or 0x432080) is known color: Windsor. HEX triplet: 43, 20 and 80. RGB value is (67,32,128). Sum of RGB (Red+Green+Blue) = 67+32+128=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #432080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432080 is #BCDF7F. Grayscale: #353535. Windows color (decimal): -12377984 or 8396867. OLE color: 8396867.

HSL color Cylindrical-coordinate representation of color #432080: hue angle of 261.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432080 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 32 128 -
CMYK 0.48 0.75 0 0.50
HSL 261.88º 0.6% 0.31% -
HSV(B) 261.88º 0.75% 0.5% -
XYZ 6.73 3.78 20.8 -
YUV 53.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 67 32 128 0.48 0.75 0 0.50 261.88 0.6 0.31
Hex 43 20 80 30 4B 0 32 106 3C 1F
Octal 103 40 200 60 113 0 62 406 74 37
Binary 1000011 100000 10000000 110000 1001011 0 110010 100000110 111100 11111

Color Harmonies of #432080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432080

Black with #432080

Text Example


Text Example

White with #432080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432080; }

 p { color: rgb(67,32,128); }

 H1.HeaderClassName
 {
   color: #432080;
 }
 .AnyTagClassName
 {
   color: #432080;
 }
</style>

background-color css

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

 a { background-color: rgb(67,32,128); }

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

border-color css

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

 span { border-color: rgb(67,32,128); }

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