Html Css Color HEX #402A73 Windsor

📋 copy color: '#402A73'

red 64 ◦ green 42 ◦ blue 115

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

Shades of Windsor #402A73

Tints of Windsor #402A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

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

R = 28.96%
G = 19%
B = 52.04%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402A73 (or 0x402A73) is known color: Windsor. HEX triplet: 40, 2A and 73. RGB value is (64,42,115). Sum of RGB (Red+Green+Blue) = 64+42+115=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #402A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A73 is #BFD58C. Grayscale: #383838. Windows color (decimal): -12572045 or 7547456. OLE color: 7547456.

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

Color convert

RGB 64 42 115 -
CMYK 0.44 0.63 0 0.55
HSL 258.08º 0.46% 0.31% -
HSV(B) 258.08º 0.63% 0.45% -
XYZ 6.04 3.98 16.67 -
YUV 56.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 64 42 115 0.44 0.63 0 0.55 258.08 0.46 0.31
Hex 40 2A 73 2C 3F 0 37 102 2E 1F
Octal 100 52 163 54 77 0 67 402 56 37
Binary 1000000 101010 1110011 101100 111111 0 110111 100000010 101110 11111

Color Harmonies of #402A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A73

Black with #402A73

Text Example


Text Example

White with #402A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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