Html Css Color HEX #402287 Windsor

📋 copy color: '#402287'

red 64 ◦ green 34 ◦ blue 135

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

Shades of Windsor #402287

Tints of Windsor #402287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 27.47%
G = 14.59%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#402287 (or 0x402287) is known color: Windsor. HEX triplet: 40, 22 and 87. RGB value is (64,34,135). Sum of RGB (Red+Green+Blue) = 64+34+135=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #402287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402287 is #BFDD78. Grayscale: #363636. Windows color (decimal): -12574073 or 8856128. OLE color: 8856128.

HSL color Cylindrical-coordinate representation of color #402287: hue angle of 257.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402287 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 34 135 -
CMYK 0.53 0.75 0 0.47
HSL 257.82º 0.6% 0.33% -
HSV(B) 257.82º 0.75% 0.53% -
XYZ 7.06 3.98 23.32 -
YUV 54.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 64 34 135 0.53 0.75 0 0.47 257.82 0.6 0.33
Hex 40 22 87 35 4B 0 2F 102 3C 21
Octal 100 42 207 65 113 0 57 402 74 41
Binary 1000000 100010 10000111 110101 1001011 0 101111 100000010 111100 100001

Color Harmonies of #402287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402287

Black with #402287

Text Example


Text Example

White with #402287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402287; }

 p { color: rgb(64,34,135); }

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

background-color css

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

 a { background-color: rgb(64,34,135); }

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

border-color css

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

 span { border-color: rgb(64,34,135); }

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