Html Css Color HEX #432979 Windsor

📋 copy color: '#432979'

red 67 ◦ green 41 ◦ blue 121

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

Shades of Windsor #432979

Tints of Windsor #432979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 29.26%
G = 17.9%
B = 52.84%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432979 (or 0x432979) is known color: Windsor. HEX triplet: 43, 29 and 79. RGB value is (67,41,121). Sum of RGB (Red+Green+Blue) = 67+41+121=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #432979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432979 is #BCD686. Grayscale: #393939. Windows color (decimal): -12375687 or 7940419. OLE color: 7940419.

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

Color convert

RGB 67 41 121 -
CMYK 0.45 0.66 0 0.53
HSL 259.5º 0.49% 0.32% -
HSV(B) 259.5º 0.66% 0.47% -
XYZ 6.56 4.16 18.55 -
YUV 57.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 67 41 121 0.45 0.66 0 0.53 259.5 0.49 0.32
Hex 43 29 79 2D 42 0 35 104 31 20
Octal 103 51 171 55 102 0 65 404 61 40
Binary 1000011 101001 1111001 101101 1000010 0 110101 100000100 110001 100000

Color Harmonies of #432979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432979

Black with #432979

Text Example


Text Example

White with #432979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432979; }

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

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

background-color css

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

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

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

border-color css

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

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

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