Html Css Color HEX #402576 Windsor

📋 copy color: '#402576'

red 64 ◦ green 37 ◦ blue 118

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

Shades of Windsor #402576

Tints of Windsor #402576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 29.22%
G = 16.89%
B = 53.88%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402576 (or 0x402576) is known color: Windsor. HEX triplet: 40, 25 and 76. RGB value is (64,37,118). Sum of RGB (Red+Green+Blue) = 64+37+118=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #402576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402576 is #BFDA89. Grayscale: #363636. Windows color (decimal): -12573322 or 7742784. OLE color: 7742784.

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

Color convert

RGB 64 37 118 -
CMYK 0.46 0.69 0 0.54
HSL 260º 0.52% 0.3% -
HSV(B) 260º 0.69% 0.46% -
XYZ 6.05 3.72 17.54 -
YUV 54.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 64 37 118 0.46 0.69 0 0.54 260 0.52 0.3
Hex 40 25 76 2E 45 0 36 104 34 1E
Octal 100 45 166 56 105 0 66 404 64 36
Binary 1000000 100101 1110110 101110 1000101 0 110110 100000100 110100 11110

Color Harmonies of #402576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402576

Black with #402576

Text Example


Text Example

White with #402576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402576; }

 p { color: rgb(64,37,118); }

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

background-color css

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

 a { background-color: rgb(64,37,118); }

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

border-color css

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

 span { border-color: rgb(64,37,118); }

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