Html Css Color HEX #402783 Windsor

📋 copy color: '#402783'

red 64 ◦ green 39 ◦ blue 131

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

Shades of Windsor #402783

Tints of Windsor #402783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 27.35%
G = 16.67%
B = 55.98%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402783 (or 0x402783) is known color: Windsor. HEX triplet: 40, 27 and 83. RGB value is (64,39,131). Sum of RGB (Red+Green+Blue) = 64+39+131=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #402783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402783 is #BFD87C. Grayscale: #383838. Windows color (decimal): -12572797 or 8595264. OLE color: 8595264.

HSL color Cylindrical-coordinate representation of color #402783: hue angle of 256.3º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402783 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 39 131 -
CMYK 0.51 0.70 0 0.49
HSL 256.3º 0.54% 0.33% -
HSV(B) 256.3º 0.7% 0.51% -
XYZ 6.94 4.18 21.91 -
YUV 56.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 64 39 131 0.51 0.70 0 0.49 256.3 0.54 0.33
Hex 40 27 83 33 46 0 31 100 36 21
Octal 100 47 203 63 106 0 61 400 66 41
Binary 1000000 100111 10000011 110011 1000110 0 110001 100000000 110110 100001

Color Harmonies of #402783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402783

Black with #402783

Text Example


Text Example

White with #402783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402783; }

 p { color: rgb(64,39,131); }

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

background-color css

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

 a { background-color: rgb(64,39,131); }

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

border-color css

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

 span { border-color: rgb(64,39,131); }

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