Html Css Color HEX #433271 Windsor

📋 copy color: '#433271'

red 67 ◦ green 50 ◦ blue 113

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

Shades of Windsor #433271

Tints of Windsor #433271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

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

R = 29.13%
G = 21.74%
B = 49.13%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#433271 (or 0x433271) is known color: Windsor. HEX triplet: 43, 32 and 71. RGB value is (67,50,113). Sum of RGB (Red+Green+Blue) = 67+50+113=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #433271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433271 is #BCCD8E. Grayscale: #3E3E3E. Windows color (decimal): -12373391 or 7418435. OLE color: 7418435.

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

Color convert

RGB 67 50 113 -
CMYK 0.41 0.56 0 0.56
HSL 256.19º 0.39% 0.32% -
HSV(B) 256.19º 0.56% 0.44% -
XYZ 6.44 4.67 16.18 -
YUV 62.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 67 50 113 0.41 0.56 0 0.56 256.19 0.39 0.32
Hex 43 32 71 29 38 0 38 100 27 20
Octal 103 62 161 51 70 0 70 400 47 40
Binary 1000011 110010 1110001 101001 111000 0 111000 100000000 100111 100000

Color Harmonies of #433271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433271

Black with #433271

Text Example


Text Example

White with #433271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433271; }

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

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

background-color css

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

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

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

border-color css

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

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

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