Html Css Color HEX #402184 Windsor

📋 copy color: '#402184'

red 64 ◦ green 33 ◦ blue 132

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

Shades of Windsor #402184

Tints of Windsor #402184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 27.95%
G = 14.41%
B = 57.64%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402184 (or 0x402184) is known color: Windsor. HEX triplet: 40, 21 and 84. RGB value is (64,33,132). Sum of RGB (Red+Green+Blue) = 64+33+132=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #402184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402184 is #BFDE7B. Grayscale: #353535. Windows color (decimal): -12574332 or 8659264. OLE color: 8659264.

HSL color Cylindrical-coordinate representation of color #402184: hue angle of 258.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402184 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 33 132 -
CMYK 0.52 0.75 0 0.48
HSL 258.79º 0.6% 0.32% -
HSV(B) 258.79º 0.75% 0.52% -
XYZ 6.82 3.84 22.21 -
YUV 53.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 64 33 132 0.52 0.75 0 0.48 258.79 0.6 0.32
Hex 40 21 84 34 4B 0 30 103 3C 20
Octal 100 41 204 64 113 0 60 403 74 40
Binary 1000000 100001 10000100 110100 1001011 0 110000 100000011 111100 100000

Color Harmonies of #402184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402184

Black with #402184

Text Example


Text Example

White with #402184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402184; }

 p { color: rgb(64,33,132); }

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

background-color css

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

 a { background-color: rgb(64,33,132); }

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

border-color css

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

 span { border-color: rgb(64,33,132); }

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