Html Css Color HEX #402982 Windsor

📋 copy color: '#402982'

red 64 ◦ green 41 ◦ blue 130

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

Shades of Windsor #402982

Tints of Windsor #402982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 130 (51.17% from 255) = 55.32%

R = 27.23%
G = 17.45%
B = 55.32%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402982 (or 0x402982) is known color: Windsor. HEX triplet: 40, 29 and 82. RGB value is (64,41,130). Sum of RGB (Red+Green+Blue) = 64+41+130=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #402982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402982 is #BFD67D. Grayscale: #393939. Windows color (decimal): -12572286 or 8530240. OLE color: 8530240.

HSL color Cylindrical-coordinate representation of color #402982: hue angle of 255.51º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402982 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 41 130 -
CMYK 0.51 0.68 0 0.49
HSL 255.51º 0.52% 0.34% -
HSV(B) 255.51º 0.68% 0.51% -
XYZ 6.94 4.29 21.58 -
YUV 58.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 64 41 130 0.51 0.68 0 0.49 255.51 0.52 0.34
Hex 40 29 82 33 44 0 31 100 34 22
Octal 100 51 202 63 104 0 61 400 64 42
Binary 1000000 101001 10000010 110011 1000100 0 110001 100000000 110100 100010

Color Harmonies of #402982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402982

Black with #402982

Text Example


Text Example

White with #402982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402982; }

 p { color: rgb(64,41,130); }

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

background-color css

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

 a { background-color: rgb(64,41,130); }

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

border-color css

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

 span { border-color: rgb(64,41,130); }

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