Html Css Color HEX #432971 Windsor

📋 copy color: '#432971'

red 67 ◦ green 41 ◦ blue 113

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

Shades of Windsor #432971

Tints of Windsor #432971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 30.32%
G = 18.55%
B = 51.13%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432971 (or 0x432971) is known color: Windsor. HEX triplet: 43, 29 and 71. RGB value is (67,41,113). Sum of RGB (Red+Green+Blue) = 67+41+113=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #432971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432971 is #BCD68E. Grayscale: #383838. Windows color (decimal): -12375695 or 7416131. OLE color: 7416131.

HSL color Cylindrical-coordinate representation of color #432971: hue angle of 261.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #432971 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 41 113 -
CMYK 0.41 0.64 0 0.56
HSL 261.67º 0.47% 0.3% -
HSV(B) 261.67º 0.64% 0.44% -
XYZ 6.09 3.97 16.07 -
YUV 56.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 67 41 113 0.41 0.64 0 0.56 261.67 0.47 0.3
Hex 43 29 71 29 40 0 38 106 2F 1E
Octal 103 51 161 51 100 0 70 406 57 36
Binary 1000011 101001 1110001 101001 1000000 0 111000 100000110 101111 11110

Color Harmonies of #432971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432971

Black with #432971

Text Example


Text Example

White with #432971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432971; }

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

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

background-color css

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

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

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

border-color css

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

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

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