Html Css Color HEX #402474 Windsor

📋 copy color: '#402474'

red 64 ◦ green 36 ◦ blue 116

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

Shades of Windsor #402474

Tints of Windsor #402474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 29.63%
G = 16.67%
B = 53.7%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402474 (or 0x402474) is known color: Windsor. HEX triplet: 40, 24 and 74. RGB value is (64,36,116). Sum of RGB (Red+Green+Blue) = 64+36+116=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #402474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402474 is #BFDB8B. Grayscale: #353535. Windows color (decimal): -12573580 or 7611456. OLE color: 7611456.

HSL color Cylindrical-coordinate representation of color #402474: hue angle of 261º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402474 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 36 116 -
CMYK 0.45 0.69 0 0.55
HSL 261º 0.53% 0.3% -
HSV(B) 261º 0.69% 0.45% -
XYZ 5.9 3.61 16.91 -
YUV 53.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 64 36 116 0.45 0.69 0 0.55 261 0.53 0.3
Hex 40 24 74 2D 45 0 37 105 35 1E
Octal 100 44 164 55 105 0 67 405 65 36
Binary 1000000 100100 1110100 101101 1000101 0 110111 100000101 110101 11110

Color Harmonies of #402474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402474

Black with #402474

Text Example


Text Example

White with #402474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402474; }

 p { color: rgb(64,36,116); }

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

background-color css

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

 a { background-color: rgb(64,36,116); }

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

border-color css

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

 span { border-color: rgb(64,36,116); }

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