Html Css Color HEX #402289 Windsor

📋 copy color: '#402289'

red 64 ◦ green 34 ◦ blue 137

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

Shades of Windsor #402289

Tints of Windsor #402289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 27.23%
G = 14.47%
B = 58.3%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#402289 (or 0x402289) is known color: Windsor. HEX triplet: 40, 22 and 89. RGB value is (64,34,137). Sum of RGB (Red+Green+Blue) = 64+34+137=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #402289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402289 is #BFDD76. Grayscale: #363636. Windows color (decimal): -12574071 or 8987200. OLE color: 8987200.

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

Color convert

RGB 64 34 137 -
CMYK 0.53 0.75 0 0.46
HSL 257.48º 0.6% 0.34% -
HSV(B) 257.48º 0.75% 0.54% -
XYZ 7.2 4.04 24.07 -
YUV 54.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 64 34 137 0.53 0.75 0 0.46 257.48 0.6 0.34
Hex 40 22 89 35 4B 0 2E 101 3C 22
Octal 100 42 211 65 113 0 56 401 74 42
Binary 1000000 100010 10001001 110101 1001011 0 101110 100000001 111100 100010

Color Harmonies of #402289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402289

Black with #402289

Text Example


Text Example

White with #402289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402289; }

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

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

background-color css

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

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

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

border-color css

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

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

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