Html Css Color HEX #402286 Windsor

📋 copy color: '#402286'

red 64 ◦ green 34 ◦ blue 134

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

Shades of Windsor #402286

Tints of Windsor #402286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 27.59%
G = 14.66%
B = 57.76%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#402286 (or 0x402286) is known color: Windsor. HEX triplet: 40, 22 and 86. RGB value is (64,34,134). Sum of RGB (Red+Green+Blue) = 64+34+134=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #402286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402286 is #BFDD79. Grayscale: #363636. Windows color (decimal): -12574074 or 8790592. OLE color: 8790592.

HSL color Cylindrical-coordinate representation of color #402286: hue angle of 258º 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 #402286 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 34 134 -
CMYK 0.52 0.75 0 0.47
HSL 258º 0.6% 0.33% -
HSV(B) 258º 0.75% 0.53% -
XYZ 6.99 3.96 22.95 -
YUV 54.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 64 34 134 0.52 0.75 0 0.47 258 0.6 0.33
Hex 40 22 86 34 4B 0 2F 102 3C 21
Octal 100 42 206 64 113 0 57 402 74 41
Binary 1000000 100010 10000110 110100 1001011 0 101111 100000010 111100 100001

Color Harmonies of #402286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402286

Black with #402286

Text Example


Text Example

White with #402286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402286; }

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

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

background-color css

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

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

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

border-color css

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

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

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