Html Css Color HEX #432871 Windsor

📋 copy color: '#432871'

red 67 ◦ green 40 ◦ blue 113

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

Shades of Windsor #432871

Tints of Windsor #432871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 30.45%
G = 18.18%
B = 51.36%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432871 (or 0x432871) is known color: Windsor. HEX triplet: 43, 28 and 71. RGB value is (67,40,113). Sum of RGB (Red+Green+Blue) = 67+40+113=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #432871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432871 is #BCD78E. Grayscale: #383838. Windows color (decimal): -12375951 or 7415875. OLE color: 7415875.

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

Color convert

RGB 67 40 113 -
CMYK 0.41 0.65 0 0.56
HSL 262.19º 0.48% 0.3% -
HSV(B) 262.19º 0.65% 0.44% -
XYZ 6.05 3.9 16.06 -
YUV 56.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 67 40 113 0.41 0.65 0 0.56 262.19 0.48 0.3
Hex 43 28 71 29 41 0 38 106 30 1E
Octal 103 50 161 51 101 0 70 406 60 36
Binary 1000011 101000 1110001 101001 1000001 0 111000 100000110 110000 11110

Color Harmonies of #432871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432871

Black with #432871

Text Example


Text Example

White with #432871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432871; }

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

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

background-color css

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

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

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

border-color css

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

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

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