Html Css Color HEX #402775 Windsor

📋 copy color: '#402775'

red 64 ◦ green 39 ◦ blue 117

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

Shades of Windsor #402775

Tints of Windsor #402775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 29.09%
G = 17.73%
B = 53.18%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402775 (or 0x402775) is known color: Windsor. HEX triplet: 40, 27 and 75. RGB value is (64,39,117). Sum of RGB (Red+Green+Blue) = 64+39+117=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #402775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402775 is #BFD88A. Grayscale: #373737. Windows color (decimal): -12572811 or 7677760. OLE color: 7677760.

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

Color convert

RGB 64 39 117 -
CMYK 0.45 0.67 0 0.54
HSL 259.23º 0.5% 0.31% -
HSV(B) 259.23º 0.67% 0.46% -
XYZ 6.05 3.83 17.25 -
YUV 55.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 64 39 117 0.45 0.67 0 0.54 259.23 0.5 0.31
Hex 40 27 75 2D 43 0 36 103 32 1F
Octal 100 47 165 55 103 0 66 403 62 37
Binary 1000000 100111 1110101 101101 1000011 0 110110 100000011 110010 11111

Color Harmonies of #402775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402775

Black with #402775

Text Example


Text Example

White with #402775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402775; }

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

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

background-color css

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

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

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

border-color css

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

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

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