Html Css Color HEX #402485 Windsor

📋 copy color: '#402485'

red 64 ◦ green 36 ◦ blue 133

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

Shades of Windsor #402485

Tints of Windsor #402485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 27.47%
G = 15.45%
B = 57.08%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402485 (or 0x402485) is known color: Windsor. HEX triplet: 40, 24 and 85. RGB value is (64,36,133). Sum of RGB (Red+Green+Blue) = 64+36+133=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #402485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402485 is #BFDB7A. Grayscale: #373737. Windows color (decimal): -12573563 or 8725568. OLE color: 8725568.

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

Color convert

RGB 64 36 133 -
CMYK 0.52 0.73 0 0.48
HSL 257.32º 0.57% 0.33% -
HSV(B) 257.32º 0.73% 0.52% -
XYZ 6.98 4.05 22.6 -
YUV 55.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 64 36 133 0.52 0.73 0 0.48 257.32 0.57 0.33
Hex 40 24 85 34 49 0 30 101 39 21
Octal 100 44 205 64 111 0 60 401 71 41
Binary 1000000 100100 10000101 110100 1001001 0 110000 100000001 111001 100001

Color Harmonies of #402485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402485

Black with #402485

Text Example


Text Example

White with #402485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402485; }

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

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

background-color css

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

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

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

border-color css

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

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

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