Html Css Color HEX #402370 Windsor

📋 copy color: '#402370'

red 64 ◦ green 35 ◦ blue 112

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

Shades of Windsor #402370

Tints of Windsor #402370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 30.33%
G = 16.59%
B = 53.08%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402370 (or 0x402370) is known color: Windsor. HEX triplet: 40, 23 and 70. RGB value is (64,35,112). Sum of RGB (Red+Green+Blue) = 64+35+112=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #402370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402370 is #BFDC8F. Grayscale: #343434. Windows color (decimal): -12573840 or 7349056. OLE color: 7349056.

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

Color convert

RGB 64 35 112 -
CMYK 0.43 0.69 0 0.56
HSL 262.6º 0.52% 0.29% -
HSV(B) 262.6º 0.69% 0.44% -
XYZ 5.64 3.46 15.7 -
YUV 52.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 64 35 112 0.43 0.69 0 0.56 262.6 0.52 0.29
Hex 40 23 70 2B 45 0 38 107 34 1D
Octal 100 43 160 53 105 0 70 407 64 35
Binary 1000000 100011 1110000 101011 1000101 0 111000 100000111 110100 11101

Color Harmonies of #402370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402370

Black with #402370

Text Example


Text Example

White with #402370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402370; }

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

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

background-color css

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

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

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

border-color css

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

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

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