Html Css Color HEX #432976 Windsor

📋 copy color: '#432976'

red 67 ◦ green 41 ◦ blue 118

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

Shades of Windsor #432976

Tints of Windsor #432976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 29.65%
G = 18.14%
B = 52.21%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#432976 (or 0x432976) is known color: Windsor. HEX triplet: 43, 29 and 76. RGB value is (67,41,118). Sum of RGB (Red+Green+Blue) = 67+41+118=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #432976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432976 is #BCD689. Grayscale: #393939. Windows color (decimal): -12375690 or 7743811. OLE color: 7743811.

HSL color Cylindrical-coordinate representation of color #432976: hue angle of 260.26º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432976 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 41 118 -
CMYK 0.43 0.65 0 0.54
HSL 260.26º 0.48% 0.31% -
HSV(B) 260.26º 0.65% 0.46% -
XYZ 6.38 4.09 17.59 -
YUV 57.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 67 41 118 0.43 0.65 0 0.54 260.26 0.48 0.31
Hex 43 29 76 2B 41 0 36 104 30 1F
Octal 103 51 166 53 101 0 66 404 60 37
Binary 1000011 101001 1110110 101011 1000001 0 110110 100000100 110000 11111

Color Harmonies of #432976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432976

Black with #432976

Text Example


Text Example

White with #432976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432976; }

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

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

background-color css

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

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

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

border-color css

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

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

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