Html Css Color HEX #432379 Windsor

📋 copy color: '#432379'

red 67 ◦ green 35 ◦ blue 121

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

Shades of Windsor #432379

Tints of Windsor #432379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 30.04%
G = 15.7%
B = 54.26%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432379 (or 0x432379) is known color: Windsor. HEX triplet: 43, 23 and 79. RGB value is (67,35,121). Sum of RGB (Red+Green+Blue) = 67+35+121=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #432379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432379 is #BCDC86. Grayscale: #363636. Windows color (decimal): -12377223 or 7938883. OLE color: 7938883.

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

Color convert

RGB 67 35 121 -
CMYK 0.45 0.71 0 0.53
HSL 262.33º 0.55% 0.31% -
HSV(B) 262.33º 0.71% 0.47% -
XYZ 6.37 3.78 18.48 -
YUV 54.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 67 35 121 0.45 0.71 0 0.53 262.33 0.55 0.31
Hex 43 23 79 2D 47 0 35 106 37 1F
Octal 103 43 171 55 107 0 65 406 67 37
Binary 1000011 100011 1111001 101101 1000111 0 110101 100000110 110111 11111

Color Harmonies of #432379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432379

Black with #432379

Text Example


Text Example

White with #432379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432379; }

 p { color: rgb(67,35,121); }

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

background-color css

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

 a { background-color: rgb(67,35,121); }

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

border-color css

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

 span { border-color: rgb(67,35,121); }

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