Html Css Color HEX #402875 Windsor

📋 copy color: '#402875'

red 64 ◦ green 40 ◦ blue 117

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

Shades of Windsor #402875

Tints of Windsor #402875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 28.96%
G = 18.1%
B = 52.94%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402875 (or 0x402875) is known color: Windsor. HEX triplet: 40, 28 and 75. RGB value is (64,40,117). Sum of RGB (Red+Green+Blue) = 64+40+117=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #402875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402875 is #BFD78A. Grayscale: #373737. Windows color (decimal): -12572555 or 7678016. OLE color: 7678016.

HSL color Cylindrical-coordinate representation of color #402875: hue angle of 258.7º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402875 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 40 117 -
CMYK 0.45 0.66 0 0.54
HSL 258.7º 0.49% 0.31% -
HSV(B) 258.7º 0.66% 0.46% -
XYZ 6.08 3.89 17.26 -
YUV 55.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 64 40 117 0.45 0.66 0 0.54 258.7 0.49 0.31
Hex 40 28 75 2D 42 0 36 103 31 1F
Octal 100 50 165 55 102 0 66 403 61 37
Binary 1000000 101000 1110101 101101 1000010 0 110110 100000011 110001 11111

Color Harmonies of #402875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402875

Black with #402875

Text Example


Text Example

White with #402875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402875; }

 p { color: rgb(64,40,117); }

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

background-color css

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

 a { background-color: rgb(64,40,117); }

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

border-color css

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

 span { border-color: rgb(64,40,117); }

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