Html Css Color HEX #432479 Windsor

📋 copy color: '#432479'

red 67 ◦ green 36 ◦ blue 121

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

Shades of Windsor #432479

Tints of Windsor #432479

RGB

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

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

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

R = 29.91%
G = 16.07%
B = 54.02%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432479 (or 0x432479) is known color: Windsor. HEX triplet: 43, 24 and 79. RGB value is (67,36,121). Sum of RGB (Red+Green+Blue) = 67+36+121=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #432479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432479 is #BCDB86. Grayscale: #363636. Windows color (decimal): -12376967 or 7939139. OLE color: 7939139.

HSL color Cylindrical-coordinate representation of color #432479: hue angle of 261.88º 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 #432479 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 36 121 -
CMYK 0.45 0.70 0 0.53
HSL 261.88º 0.54% 0.31% -
HSV(B) 261.88º 0.7% 0.47% -
XYZ 6.4 3.84 18.49 -
YUV 54.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 67 36 121 0.45 0.70 0 0.53 261.88 0.54 0.31
Hex 43 24 79 2D 46 0 35 106 36 1F
Octal 103 44 171 55 106 0 65 406 66 37
Binary 1000011 100100 1111001 101101 1000110 0 110101 100000110 110110 11111

Color Harmonies of #432479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432479

Black with #432479

Text Example


Text Example

White with #432479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432479; }

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

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

background-color css

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

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

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

border-color css

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

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

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