Html Css Color HEX #403073 Windsor

📋 copy color: '#403073'

red 64 ◦ green 48 ◦ blue 115

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

Shades of Windsor #403073

Tints of Windsor #403073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 28.19%
G = 21.15%
B = 50.66%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403073 (or 0x403073) is known color: Windsor. HEX triplet: 40, 30 and 73. RGB value is (64,48,115). Sum of RGB (Red+Green+Blue) = 64+48+115=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #403073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403073 is #BFCF8C. Grayscale: #3C3C3C. Windows color (decimal): -12570509 or 7548992. OLE color: 7548992.

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

Color convert

RGB 64 48 115 -
CMYK 0.44 0.58 0 0.55
HSL 254.33º 0.41% 0.32% -
HSV(B) 254.33º 0.58% 0.45% -
XYZ 6.27 4.44 16.75 -
YUV 60.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 64 48 115 0.44 0.58 0 0.55 254.33 0.41 0.32
Hex 40 30 73 2C 3A 0 37 FE 29 20
Octal 100 60 163 54 72 0 67 376 51 40
Binary 1000000 110000 1110011 101100 111010 0 110111 11111110 101001 100000

Color Harmonies of #403073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403073

Black with #403073

Text Example


Text Example

White with #403073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403073; }

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

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

background-color css

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

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

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

border-color css

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

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

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