Html Css Color HEX #402085 Windsor

📋 copy color: '#402085'

red 64 ◦ green 32 ◦ blue 133

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

Shades of Windsor #402085

Tints of Windsor #402085

RGB

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

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

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

R = 27.95%
G = 13.97%
B = 58.08%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402085 (or 0x402085) is known color: Windsor. HEX triplet: 40, 20 and 85. RGB value is (64,32,133). Sum of RGB (Red+Green+Blue) = 64+32+133=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #402085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402085 is #BFDF7A. Grayscale: #343434. Windows color (decimal): -12574587 or 8724544. OLE color: 8724544.

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

Color convert

RGB 64 32 133 -
CMYK 0.52 0.76 0 0.48
HSL 259.01º 0.61% 0.32% -
HSV(B) 259.01º 0.76% 0.52% -
XYZ 6.86 3.82 22.57 -
YUV 53.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 64 32 133 0.52 0.76 0 0.48 259.01 0.61 0.32
Hex 40 20 85 34 4C 0 30 103 3D 20
Octal 100 40 205 64 114 0 60 403 75 40
Binary 1000000 100000 10000101 110100 1001100 0 110000 100000011 111101 100000

Color Harmonies of #402085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402085

Black with #402085

Text Example


Text Example

White with #402085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402085; }

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

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

background-color css

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

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

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

border-color css

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

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

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