Html Css Color HEX #432478 Windsor

📋 copy color: '#432478'

red 67 ◦ green 36 ◦ blue 120

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

Shades of Windsor #432478

Tints of Windsor #432478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 30.04%
G = 16.14%
B = 53.81%

CMYK

 C value IS 0.44

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432478 (or 0x432478) is known color: Windsor. HEX triplet: 43, 24 and 78. RGB value is (67,36,120). Sum of RGB (Red+Green+Blue) = 67+36+120=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #432478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432478 is #BCDB87. Grayscale: #363636. Windows color (decimal): -12376968 or 7873603. OLE color: 7873603.

HSL color Cylindrical-coordinate representation of color #432478: hue angle of 262.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432478 is Cyan = 0.44, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 36 120 -
CMYK 0.44 0.7 0 0.53
HSL 262.14º 0.54% 0.31% -
HSV(B) 262.14º 0.7% 0.47% -
XYZ 6.34 3.81 18.17 -
YUV 54.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 67 36 120 0.44 0.7 0 0.53 262.14 0.54 0.31
Hex 43 24 78 2C 46 0 35 106 36 1F
Octal 103 44 170 54 106 0 65 406 66 37
Binary 1000011 100100 1111000 101100 1000110 0 110101 100000110 110110 11111

Color Harmonies of #432478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432478

Black with #432478

Text Example


Text Example

White with #432478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432478; }

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

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

background-color css

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

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

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

border-color css

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

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

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