Html Css Color HEX #432480 Windsor

📋 copy color: '#432480'

red 67 ◦ green 36 ◦ blue 128

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

Shades of Windsor #432480

Tints of Windsor #432480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 29%
G = 15.58%
B = 55.41%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#432480 (or 0x432480) is known color: Windsor. HEX triplet: 43, 24 and 80. RGB value is (67,36,128). Sum of RGB (Red+Green+Blue) = 67+36+128=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #432480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432480 is #BCDB7F. Grayscale: #373737. Windows color (decimal): -12376960 or 8397891. OLE color: 8397891.

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

Color convert

RGB 67 36 128 -
CMYK 0.48 0.72 0 0.50
HSL 260.22º 0.56% 0.32% -
HSV(B) 260.22º 0.72% 0.5% -
XYZ 6.84 4.01 20.84 -
YUV 55.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 67 36 128 0.48 0.72 0 0.50 260.22 0.56 0.32
Hex 43 24 80 30 48 0 32 104 38 20
Octal 103 44 200 60 110 0 62 404 70 40
Binary 1000011 100100 10000000 110000 1001000 0 110010 100000100 111000 100000

Color Harmonies of #432480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432480

Black with #432480

Text Example


Text Example

White with #432480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432480; }

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

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

background-color css

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

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

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

border-color css

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

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

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