Html Css Color HEX #402985 Windsor

📋 copy color: '#402985'

red 64 ◦ green 41 ◦ blue 133

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

Shades of Windsor #402985

Tints of Windsor #402985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 26.89%
G = 17.23%
B = 55.88%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402985 (or 0x402985) is known color: Windsor. HEX triplet: 40, 29 and 85. RGB value is (64,41,133). Sum of RGB (Red+Green+Blue) = 64+41+133=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #402985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402985 is #BFD67A. Grayscale: #3A3A3A. Windows color (decimal): -12572283 or 8726848. OLE color: 8726848.

HSL color Cylindrical-coordinate representation of color #402985: hue angle of 255º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402985 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 41 133 -
CMYK 0.52 0.69 0 0.48
HSL 255º 0.53% 0.34% -
HSV(B) 255º 0.69% 0.52% -
XYZ 7.14 4.37 22.66 -
YUV 58.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 64 41 133 0.52 0.69 0 0.48 255 0.53 0.34
Hex 40 29 85 34 45 0 30 FF 35 22
Octal 100 51 205 64 105 0 60 377 65 42
Binary 1000000 101001 10000101 110100 1000101 0 110000 11111111 110101 100010

Color Harmonies of #402985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402985

Black with #402985

Text Example


Text Example

White with #402985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402985; }

 p { color: rgb(64,41,133); }

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

background-color css

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

 a { background-color: rgb(64,41,133); }

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

border-color css

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

 span { border-color: rgb(64,41,133); }

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