Html Css Color HEX #402575 Windsor

📋 copy color: '#402575'

red 64 ◦ green 37 ◦ blue 117

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

Shades of Windsor #402575

Tints of Windsor #402575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 29.36%
G = 16.97%
B = 53.67%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402575 (or 0x402575) is known color: Windsor. HEX triplet: 40, 25 and 75. RGB value is (64,37,117). Sum of RGB (Red+Green+Blue) = 64+37+117=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #402575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402575 is #BFDA8A. Grayscale: #353535. Windows color (decimal): -12573323 or 7677248. OLE color: 7677248.

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

Color convert

RGB 64 37 117 -
CMYK 0.45 0.68 0 0.54
HSL 260.25º 0.52% 0.3% -
HSV(B) 260.25º 0.68% 0.46% -
XYZ 5.99 3.7 17.23 -
YUV 54.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 64 37 117 0.45 0.68 0 0.54 260.25 0.52 0.3
Hex 40 25 75 2D 44 0 36 104 34 1E
Octal 100 45 165 55 104 0 66 404 64 36
Binary 1000000 100101 1110101 101101 1000100 0 110110 100000100 110100 11110

Color Harmonies of #402575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402575

Black with #402575

Text Example


Text Example

White with #402575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402575; }

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

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

background-color css

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

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

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

border-color css

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

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

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