Html Css Color HEX #402282 Windsor

📋 copy color: '#402282'

red 64 ◦ green 34 ◦ blue 130

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

Shades of Windsor #402282

Tints of Windsor #402282

RGB

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

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

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

R = 28.07%
G = 14.91%
B = 57.02%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402282 (or 0x402282) is known color: Windsor. HEX triplet: 40, 22 and 82. RGB value is (64,34,130). Sum of RGB (Red+Green+Blue) = 64+34+130=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #402282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402282 is #BFDD7D. Grayscale: #353535. Windows color (decimal): -12574078 or 8528448. OLE color: 8528448.

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

Color convert

RGB 64 34 130 -
CMYK 0.51 0.74 0 0.49
HSL 258.75º 0.59% 0.32% -
HSV(B) 258.75º 0.74% 0.51% -
XYZ 6.72 3.85 21.51 -
YUV 53.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 64 34 130 0.51 0.74 0 0.49 258.75 0.59 0.32
Hex 40 22 82 33 4A 0 31 103 3B 20
Octal 100 42 202 63 112 0 61 403 73 40
Binary 1000000 100010 10000010 110011 1001010 0 110001 100000011 111011 100000

Color Harmonies of #402282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402282

Black with #402282

Text Example


Text Example

White with #402282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402282; }

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

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

background-color css

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

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

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

border-color css

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

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

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