Html Css Color HEX #432271 Windsor

📋 copy color: '#432271'

red 67 ◦ green 34 ◦ blue 113

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

Shades of Windsor #432271

Tints of Windsor #432271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 31.31%
G = 15.89%
B = 52.8%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432271 (or 0x432271) is known color: Windsor. HEX triplet: 43, 22 and 71. RGB value is (67,34,113). Sum of RGB (Red+Green+Blue) = 67+34+113=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #432271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432271 is #BCDD8E. Grayscale: #343434. Windows color (decimal): -12377487 or 7414339. OLE color: 7414339.

HSL color Cylindrical-coordinate representation of color #432271: hue angle of 265.06º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432271 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 34 113 -
CMYK 0.41 0.70 0 0.56
HSL 265.06º 0.54% 0.29% -
HSV(B) 265.06º 0.7% 0.44% -
XYZ 5.87 3.53 15.99 -
YUV 52.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 67 34 113 0.41 0.70 0 0.56 265.06 0.54 0.29
Hex 43 22 71 29 46 0 38 109 36 1D
Octal 103 42 161 51 106 0 70 411 66 35
Binary 1000011 100010 1110001 101001 1000110 0 111000 100001001 110110 11101

Color Harmonies of #432271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432271

Black with #432271

Text Example


Text Example

White with #432271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432271; }

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

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

background-color css

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

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

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

border-color css

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

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

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