Html Css Color HEX #402177 Windsor

📋 copy color: '#402177'

red 64 ◦ green 33 ◦ blue 119

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

Shades of Windsor #402177

Tints of Windsor #402177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.09%

R = 29.63%
G = 15.28%
B = 55.09%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402177 (or 0x402177) is known color: Windsor. HEX triplet: 40, 21 and 77. RGB value is (64,33,119). Sum of RGB (Red+Green+Blue) = 64+33+119=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #402177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402177 is #BFDE88. Grayscale: #333333. Windows color (decimal): -12574345 or 7807296. OLE color: 7807296.

HSL color Cylindrical-coordinate representation of color #402177: hue angle of 261.63º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402177 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 33 119 -
CMYK 0.46 0.72 0 0.53
HSL 261.63º 0.57% 0.3% -
HSV(B) 261.63º 0.72% 0.47% -
XYZ 5.99 3.51 17.81 -
YUV 52.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 64 33 119 0.46 0.72 0 0.53 261.63 0.57 0.3
Hex 40 21 77 2E 48 0 35 106 39 1E
Octal 100 41 167 56 110 0 65 406 71 36
Binary 1000000 100001 1110111 101110 1001000 0 110101 100000110 111001 11110

Color Harmonies of #402177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402177

Black with #402177

Text Example


Text Example

White with #402177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402177; }

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

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

background-color css

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

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

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

border-color css

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

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

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