Html Css Color HEX #403079 Windsor

📋 copy color: '#403079'

red 64 ◦ green 48 ◦ blue 121

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

Shades of Windsor #403079

Tints of Windsor #403079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 27.47%
G = 20.6%
B = 51.93%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403079 (or 0x403079) is known color: Windsor. HEX triplet: 40, 30 and 79. RGB value is (64,48,121). Sum of RGB (Red+Green+Blue) = 64+48+121=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #403079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403079 is #BFCF86. Grayscale: #3C3C3C. Windows color (decimal): -12570503 or 7942208. OLE color: 7942208.

HSL color Cylindrical-coordinate representation of color #403079: hue angle of 253.15º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403079 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 48 121 -
CMYK 0.47 0.60 0 0.53
HSL 253.15º 0.43% 0.33% -
HSV(B) 253.15º 0.6% 0.47% -
XYZ 6.62 4.58 18.62 -
YUV 61.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 64 48 121 0.47 0.60 0 0.53 253.15 0.43 0.33
Hex 40 30 79 2F 3C 0 35 FD 2B 21
Octal 100 60 171 57 74 0 65 375 53 41
Binary 1000000 110000 1111001 101111 111100 0 110101 11111101 101011 100001

Color Harmonies of #403079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403079

Black with #403079

Text Example


Text Example

White with #403079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403079; }

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

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

background-color css

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

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

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

border-color css

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

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

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