Html Css Color HEX #402073 Windsor

📋 copy color: '#402073'

red 64 ◦ green 32 ◦ blue 115

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

Shades of Windsor #402073

Tints of Windsor #402073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 30.33%
G = 15.17%
B = 54.5%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402073 (or 0x402073) is known color: Windsor. HEX triplet: 40, 20 and 73. RGB value is (64,32,115). Sum of RGB (Red+Green+Blue) = 64+32+115=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #402073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402073 is #BFDF8C. Grayscale: #323232. Windows color (decimal): -12574605 or 7544896. OLE color: 7544896.

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

Color convert

RGB 64 32 115 -
CMYK 0.44 0.72 0 0.55
HSL 263.13º 0.56% 0.29% -
HSV(B) 263.13º 0.72% 0.45% -
XYZ 5.73 3.36 16.57 -
YUV 51.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 64 32 115 0.44 0.72 0 0.55 263.13 0.56 0.29
Hex 40 20 73 2C 48 0 37 107 38 1D
Octal 100 40 163 54 110 0 67 407 70 35
Binary 1000000 100000 1110011 101100 1001000 0 110111 100000111 111000 11101

Color Harmonies of #402073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402073

Black with #402073

Text Example


Text Example

White with #402073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402073; }

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

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

background-color css

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

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

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

border-color css

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

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

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