Html Css Color HEX #402271 Windsor

📋 copy color: '#402271'

red 64 ◦ green 34 ◦ blue 113

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

Shades of Windsor #402271

Tints of Windsor #402271

RGB

 RED value IS 64 (25.39% from 255) = 30.33%

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

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

R = 30.33%
G = 16.11%
B = 53.55%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402271 (or 0x402271) is known color: Windsor. HEX triplet: 40, 22 and 71. RGB value is (64,34,113). Sum of RGB (Red+Green+Blue) = 64+34+113=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #402271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402271 is #BFDD8E. Grayscale: #333333. Windows color (decimal): -12574095 or 7414336. OLE color: 7414336.

HSL color Cylindrical-coordinate representation of color #402271: hue angle of 262.78º 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 #402271 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 34 113 -
CMYK 0.43 0.70 0 0.56
HSL 262.78º 0.54% 0.29% -
HSV(B) 262.78º 0.7% 0.44% -
XYZ 5.67 3.43 15.99 -
YUV 51.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 64 34 113 0.43 0.70 0 0.56 262.78 0.54 0.29
Hex 40 22 71 2B 46 0 38 107 36 1D
Octal 100 42 161 53 106 0 70 407 66 35
Binary 1000000 100010 1110001 101011 1000110 0 111000 100000111 110110 11101

Color Harmonies of #402271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402271

Black with #402271

Text Example


Text Example

White with #402271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402271; }

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

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

background-color css

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

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

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

border-color css

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

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

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