Html Css Color HEX #402386 Windsor

📋 copy color: '#402386'

red 64 ◦ green 35 ◦ blue 134

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

Shades of Windsor #402386

Tints of Windsor #402386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 27.47%
G = 15.02%
B = 57.51%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#402386 (or 0x402386) is known color: Windsor. HEX triplet: 40, 23 and 86. RGB value is (64,35,134). Sum of RGB (Red+Green+Blue) = 64+35+134=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #402386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402386 is #BFDC79. Grayscale: #363636. Windows color (decimal): -12573818 or 8790848. OLE color: 8790848.

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

Color convert

RGB 64 35 134 -
CMYK 0.52 0.74 0 0.47
HSL 257.58º 0.59% 0.33% -
HSV(B) 257.58º 0.74% 0.53% -
XYZ 7.02 4.01 22.96 -
YUV 54.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 64 35 134 0.52 0.74 0 0.47 257.58 0.59 0.33
Hex 40 23 86 34 4A 0 2F 102 3B 21
Octal 100 43 206 64 112 0 57 402 73 41
Binary 1000000 100011 10000110 110100 1001010 0 101111 100000010 111011 100001

Color Harmonies of #402386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402386

Black with #402386

Text Example


Text Example

White with #402386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402386; }

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

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

background-color css

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

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

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

border-color css

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

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

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