Html Css Color HEX #402B73 Windsor

📋 copy color: '#402B73'

red 64 ◦ green 43 ◦ blue 115

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

Shades of Windsor #402B73

Tints of Windsor #402B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.37%

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

R = 28.83%
G = 19.37%
B = 51.8%

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

#402B73 (or 0x402B73) is known color: Windsor. HEX triplet: 40, 2B and 73. RGB value is (64,43,115). Sum of RGB (Red+Green+Blue) = 64+43+115=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #402B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B73 is #BFD48C. Grayscale: #393939. Windows color (decimal): -12571789 or 7547712. OLE color: 7547712.

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

Color convert

RGB 64 43 115 -
CMYK 0.44 0.63 0 0.55
HSL 257.5º 0.46% 0.31% -
HSV(B) 257.5º 0.63% 0.45% -
XYZ 6.07 4.06 16.68 -
YUV 57.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 64 43 115 0.44 0.63 0 0.55 257.5 0.46 0.31
Hex 40 2B 73 2C 3F 0 37 102 2E 1F
Octal 100 53 163 54 77 0 67 402 56 37
Binary 1000000 101011 1110011 101100 111111 0 110111 100000010 101110 11111

Color Harmonies of #402B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B73

Black with #402B73

Text Example


Text Example

White with #402B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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