Html Css Color HEX #402582 Windsor

📋 copy color: '#402582'

red 64 ◦ green 37 ◦ blue 130

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

Shades of Windsor #402582

Tints of Windsor #402582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 27.71%
G = 16.02%
B = 56.28%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402582 (or 0x402582) is known color: Windsor. HEX triplet: 40, 25 and 82. RGB value is (64,37,130). Sum of RGB (Red+Green+Blue) = 64+37+130=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #402582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402582 is #BFDA7D. Grayscale: #373737. Windows color (decimal): -12573310 or 8529216. OLE color: 8529216.

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

Color convert

RGB 64 37 130 -
CMYK 0.51 0.72 0 0.49
HSL 257.42º 0.56% 0.33% -
HSV(B) 257.42º 0.72% 0.51% -
XYZ 6.81 4.02 21.54 -
YUV 55.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 64 37 130 0.51 0.72 0 0.49 257.42 0.56 0.33
Hex 40 25 82 33 48 0 31 101 38 21
Octal 100 45 202 63 110 0 61 401 70 41
Binary 1000000 100101 10000010 110011 1001000 0 110001 100000001 111000 100001

Color Harmonies of #402582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402582

Black with #402582

Text Example


Text Example

White with #402582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402582; }

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

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

background-color css

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

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

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

border-color css

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

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

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