Html Css Color HEX #432178 Windsor

📋 copy color: '#432178'

red 67 ◦ green 33 ◦ blue 120

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

Shades of Windsor #432178

Tints of Windsor #432178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 30.45%
G = 15%
B = 54.55%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432178 (or 0x432178) is known color: Windsor. HEX triplet: 43, 21 and 78. RGB value is (67,33,120). Sum of RGB (Red+Green+Blue) = 67+33+120=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #432178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432178 is #BCDE87. Grayscale: #343434. Windows color (decimal): -12377736 or 7872835. OLE color: 7872835.

HSL color Cylindrical-coordinate representation of color #432178: hue angle of 263.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432178 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 33 120 -
CMYK 0.44 0.72 0 0.53
HSL 263.45º 0.57% 0.3% -
HSV(B) 263.45º 0.73% 0.47% -
XYZ 6.25 3.64 18.14 -
YUV 53.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 67 33 120 0.44 0.72 0 0.53 263.45 0.57 0.3
Hex 43 21 78 2C 48 0 35 107 39 1E
Octal 103 41 170 54 110 0 65 407 71 36
Binary 1000011 100001 1111000 101100 1001000 0 110101 100000111 111001 11110

Color Harmonies of #432178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432178

Black with #432178

Text Example


Text Example

White with #432178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432178; }

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

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

background-color css

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

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

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

border-color css

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

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

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