Html Css Color HEX #402172 Windsor

📋 copy color: '#402172'

red 64 ◦ green 33 ◦ blue 114

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

Shades of Windsor #402172

Tints of Windsor #402172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 30.33%
G = 15.64%
B = 54.03%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402172 (or 0x402172) is known color: Windsor. HEX triplet: 40, 21 and 72. RGB value is (64,33,114). Sum of RGB (Red+Green+Blue) = 64+33+114=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #402172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402172 is #BFDE8D. Grayscale: #333333. Windows color (decimal): -12574350 or 7479616. OLE color: 7479616.

HSL color Cylindrical-coordinate representation of color #402172: hue angle of 262.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402172 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 33 114 -
CMYK 0.44 0.71 0 0.55
HSL 262.96º 0.55% 0.29% -
HSV(B) 262.96º 0.71% 0.45% -
XYZ 5.7 3.39 16.27 -
YUV 51.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 64 33 114 0.44 0.71 0 0.55 262.96 0.55 0.29
Hex 40 21 72 2C 47 0 37 107 37 1D
Octal 100 41 162 54 107 0 67 407 67 35
Binary 1000000 100001 1110010 101100 1000111 0 110111 100000111 110111 11101

Color Harmonies of #402172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402172

Black with #402172

Text Example


Text Example

White with #402172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402172; }

 p { color: rgb(64,33,114); }

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

background-color css

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

 a { background-color: rgb(64,33,114); }

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

border-color css

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

 span { border-color: rgb(64,33,114); }

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