Html Css Color HEX #402471 Windsor

📋 copy color: '#402471'

red 64 ◦ green 36 ◦ blue 113

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

Shades of Windsor #402471

Tints of Windsor #402471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 30.05%
G = 16.9%
B = 53.05%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402471 (or 0x402471) is known color: Windsor. HEX triplet: 40, 24 and 71. RGB value is (64,36,113). Sum of RGB (Red+Green+Blue) = 64+36+113=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #402471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402471 is #BFDB8E. Grayscale: #343434. Windows color (decimal): -12573583 or 7414848. OLE color: 7414848.

HSL color Cylindrical-coordinate representation of color #402471: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402471 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 36 113 -
CMYK 0.43 0.68 0 0.56
HSL 261.82º 0.52% 0.29% -
HSV(B) 261.82º 0.68% 0.44% -
XYZ 5.73 3.54 16.01 -
YUV 53.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 64 36 113 0.43 0.68 0 0.56 261.82 0.52 0.29
Hex 40 24 71 2B 44 0 38 106 34 1D
Octal 100 44 161 53 104 0 70 406 64 35
Binary 1000000 100100 1110001 101011 1000100 0 111000 100000110 110100 11101

Color Harmonies of #402471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402471

Black with #402471

Text Example


Text Example

White with #402471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402471; }

 p { color: rgb(64,36,113); }

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

background-color css

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

 a { background-color: rgb(64,36,113); }

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

border-color css

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

 span { border-color: rgb(64,36,113); }

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