Html Css Color HEX #402470 Windsor

📋 copy color: '#402470'

red 64 ◦ green 36 ◦ blue 112

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

Shades of Windsor #402470

Tints of Windsor #402470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 30.19%
G = 16.98%
B = 52.83%

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

#402470 (or 0x402470) is known color: Windsor. HEX triplet: 40, 24 and 70. RGB value is (64,36,112). Sum of RGB (Red+Green+Blue) = 64+36+112=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #402470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402470 is #BFDB8F. Grayscale: #343434. Windows color (decimal): -12573584 or 7349312. OLE color: 7349312.

HSL color Cylindrical-coordinate representation of color #402470: hue angle of 262.11º degrees, saturation: 0.51, 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 #402470 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 36 112 -
CMYK 0.43 0.68 0 0.56
HSL 262.11º 0.51% 0.29% -
HSV(B) 262.11º 0.68% 0.44% -
XYZ 5.67 3.52 15.71 -
YUV 53.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 64 36 112 0.43 0.68 0 0.56 262.11 0.51 0.29
Hex 40 24 70 2B 44 0 38 106 33 1D
Octal 100 44 160 53 104 0 70 406 63 35
Binary 1000000 100100 1110000 101011 1000100 0 111000 100000110 110011 11101

Color Harmonies of #402470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402470

Black with #402470

Text Example


Text Example

White with #402470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402470; }

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

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

background-color css

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

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

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

border-color css

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

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

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