Html Css Color HEX #402075 Windsor

📋 copy color: '#402075'

red 64 ◦ green 32 ◦ blue 117

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

Shades of Windsor #402075

Tints of Windsor #402075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 30.05%
G = 15.02%
B = 54.93%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402075 (or 0x402075) is known color: Windsor. HEX triplet: 40, 20 and 75. RGB value is (64,32,117). Sum of RGB (Red+Green+Blue) = 64+32+117=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #402075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402075 is #BFDF8A. Grayscale: #323232. Windows color (decimal): -12574603 or 7675968. OLE color: 7675968.

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

Color convert

RGB 64 32 117 -
CMYK 0.45 0.73 0 0.54
HSL 262.59º 0.57% 0.29% -
HSV(B) 262.59º 0.73% 0.46% -
XYZ 5.84 3.41 17.18 -
YUV 51.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 64 32 117 0.45 0.73 0 0.54 262.59 0.57 0.29
Hex 40 20 75 2D 49 0 36 107 39 1D
Octal 100 40 165 55 111 0 66 407 71 35
Binary 1000000 100000 1110101 101101 1001001 0 110110 100000111 111001 11101

Color Harmonies of #402075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402075

Black with #402075

Text Example


Text Example

White with #402075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402075; }

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

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

background-color css

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

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

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

border-color css

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

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

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