Html Css Color HEX #432076 Windsor

📋 copy color: '#432076'

red 67 ◦ green 32 ◦ blue 118

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

Shades of Windsor #432076

Tints of Windsor #432076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 30.88%
G = 14.75%
B = 54.38%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#432076 (or 0x432076) is known color: Windsor. HEX triplet: 43, 20 and 76. RGB value is (67,32,118). Sum of RGB (Red+Green+Blue) = 67+32+118=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #432076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432076 is #BCDF89. Grayscale: #333333. Windows color (decimal): -12377994 or 7741507. OLE color: 7741507.

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

Color convert

RGB 67 32 118 -
CMYK 0.43 0.73 0 0.54
HSL 264.42º 0.57% 0.29% -
HSV(B) 264.42º 0.73% 0.46% -
XYZ 6.1 3.53 17.5 -
YUV 52.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 67 32 118 0.43 0.73 0 0.54 264.42 0.57 0.29
Hex 43 20 76 2B 49 0 36 108 39 1D
Octal 103 40 166 53 111 0 66 410 71 35
Binary 1000011 100000 1110110 101011 1001001 0 110110 100001000 111001 11101

Color Harmonies of #432076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432076

Black with #432076

Text Example


Text Example

White with #432076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432076; }

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

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

background-color css

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

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

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

border-color css

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

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

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