Html Css Color HEX #403175 Windsor

📋 copy color: '#403175'

red 64 ◦ green 49 ◦ blue 117

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

Shades of Windsor #403175

Tints of Windsor #403175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 27.83%
G = 21.3%
B = 50.87%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403175 (or 0x403175) is known color: Windsor. HEX triplet: 40, 31 and 75. RGB value is (64,49,117). Sum of RGB (Red+Green+Blue) = 64+49+117=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #403175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403175 is #BFCE8A. Grayscale: #3C3C3C. Windows color (decimal): -12570251 or 7680320. OLE color: 7680320.

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

Color convert

RGB 64 49 117 -
CMYK 0.45 0.58 0 0.54
HSL 253.24º 0.41% 0.33% -
HSV(B) 253.24º 0.58% 0.46% -
XYZ 6.42 4.57 17.37 -
YUV 61.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 64 49 117 0.45 0.58 0 0.54 253.24 0.41 0.33
Hex 40 31 75 2D 3A 0 36 FD 29 21
Octal 100 61 165 55 72 0 66 375 51 41
Binary 1000000 110001 1110101 101101 111010 0 110110 11111101 101001 100001

Color Harmonies of #403175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403175

Black with #403175

Text Example


Text Example

White with #403175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403175; }

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

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

background-color css

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

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

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

border-color css

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

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

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