Html Css Color HEX #402375 Windsor

📋 copy color: '#402375'

red 64 ◦ green 35 ◦ blue 117

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

Shades of Windsor #402375

Tints of Windsor #402375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 29.63%
G = 16.2%
B = 54.17%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402375 (or 0x402375) is known color: Windsor. HEX triplet: 40, 23 and 75. RGB value is (64,35,117). Sum of RGB (Red+Green+Blue) = 64+35+117=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #402375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402375 is #BFDC8A. Grayscale: #343434. Windows color (decimal): -12573835 or 7676736. OLE color: 7676736.

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

Color convert

RGB 64 35 117 -
CMYK 0.45 0.70 0 0.54
HSL 261.22º 0.54% 0.3% -
HSV(B) 261.22º 0.7% 0.46% -
XYZ 5.93 3.58 17.21 -
YUV 53.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 64 35 117 0.45 0.70 0 0.54 261.22 0.54 0.3
Hex 40 23 75 2D 46 0 36 105 36 1E
Octal 100 43 165 55 106 0 66 405 66 36
Binary 1000000 100011 1110101 101101 1000110 0 110110 100000101 110110 11110

Color Harmonies of #402375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402375

Black with #402375

Text Example


Text Example

White with #402375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402375; }

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

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

background-color css

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

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

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

border-color css

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

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

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