Html Css Color HEX #432780 Windsor

📋 copy color: '#432780'

red 67 ◦ green 39 ◦ blue 128

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

Shades of Windsor #432780

Tints of Windsor #432780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

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

R = 28.63%
G = 16.67%
B = 54.7%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#432780 (or 0x432780) is known color: Windsor. HEX triplet: 43, 27 and 80. RGB value is (67,39,128). Sum of RGB (Red+Green+Blue) = 67+39+128=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #432780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432780 is #BCD87F. Grayscale: #393939. Windows color (decimal): -12376192 or 8398659. OLE color: 8398659.

HSL color Cylindrical-coordinate representation of color #432780: hue angle of 258.88º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432780 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 39 128 -
CMYK 0.48 0.70 0 0.50
HSL 258.88º 0.53% 0.33% -
HSV(B) 258.88º 0.7% 0.5% -
XYZ 6.94 4.2 20.87 -
YUV 57.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 67 39 128 0.48 0.70 0 0.50 258.88 0.53 0.33
Hex 43 27 80 30 46 0 32 103 35 21
Octal 103 47 200 60 106 0 62 403 65 41
Binary 1000011 100111 10000000 110000 1000110 0 110010 100000011 110101 100001

Color Harmonies of #432780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432780

Black with #432780

Text Example


Text Example

White with #432780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432780; }

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

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

background-color css

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

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

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

border-color css

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

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

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