Html Css Color HEX #402175 Windsor

📋 copy color: '#402175'

red 64 ◦ green 33 ◦ blue 117

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

Shades of Windsor #402175

Tints of Windsor #402175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 29.91%
G = 15.42%
B = 54.67%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402175 (or 0x402175) is known color: Windsor. HEX triplet: 40, 21 and 75. RGB value is (64,33,117). Sum of RGB (Red+Green+Blue) = 64+33+117=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #402175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402175 is #BFDE8A. Grayscale: #333333. Windows color (decimal): -12574347 or 7676224. OLE color: 7676224.

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

Color convert

RGB 64 33 117 -
CMYK 0.45 0.72 0 0.54
HSL 262.14º 0.56% 0.29% -
HSV(B) 262.14º 0.72% 0.46% -
XYZ 5.87 3.46 17.19 -
YUV 51.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 64 33 117 0.45 0.72 0 0.54 262.14 0.56 0.29
Hex 40 21 75 2D 48 0 36 106 38 1D
Octal 100 41 165 55 110 0 66 406 70 35
Binary 1000000 100001 1110101 101101 1001000 0 110110 100000110 111000 11101

Color Harmonies of #402175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402175

Black with #402175

Text Example


Text Example

White with #402175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402175; }

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

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

background-color css

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

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

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

border-color css

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

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

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