Html Css Color HEX #402173 Windsor

📋 copy color: '#402173'

red 64 ◦ green 33 ◦ blue 115

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

Shades of Windsor #402173

Tints of Windsor #402173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 30.19%
G = 15.57%
B = 54.25%

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

#402173 (or 0x402173) is known color: Windsor. HEX triplet: 40, 21 and 73. RGB value is (64,33,115). Sum of RGB (Red+Green+Blue) = 64+33+115=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #402173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402173 is #BFDE8C. Grayscale: #333333. Windows color (decimal): -12574349 or 7545152. OLE color: 7545152.

HSL color Cylindrical-coordinate representation of color #402173: hue angle of 262.68º 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 #402173 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 33 115 -
CMYK 0.44 0.71 0 0.55
HSL 262.68º 0.55% 0.29% -
HSV(B) 262.68º 0.71% 0.45% -
XYZ 5.75 3.42 16.58 -
YUV 51.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 64 33 115 0.44 0.71 0 0.55 262.68 0.55 0.29
Hex 40 21 73 2C 47 0 37 107 37 1D
Octal 100 41 163 54 107 0 67 407 67 35
Binary 1000000 100001 1110011 101100 1000111 0 110111 100000111 110111 11101

Color Harmonies of #402173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402173

Black with #402173

Text Example


Text Example

White with #402173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402173; }

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

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

background-color css

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

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

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

border-color css

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

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

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