Html Css Color HEX #402270 Windsor

📋 copy color: '#402270'

red 64 ◦ green 34 ◦ blue 112

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

Shades of Windsor #402270

Tints of Windsor #402270

RGB

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

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

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

R = 30.48%
G = 16.19%
B = 53.33%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402270 (or 0x402270) is known color: Windsor. HEX triplet: 40, 22 and 70. RGB value is (64,34,112). Sum of RGB (Red+Green+Blue) = 64+34+112=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #402270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402270 is #BFDD8F. Grayscale: #333333. Windows color (decimal): -12574096 or 7348800. OLE color: 7348800.

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

Color convert

RGB 64 34 112 -
CMYK 0.43 0.70 0 0.56
HSL 263.08º 0.53% 0.29% -
HSV(B) 263.08º 0.7% 0.44% -
XYZ 5.61 3.4 15.69 -
YUV 51.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 64 34 112 0.43 0.70 0 0.56 263.08 0.53 0.29
Hex 40 22 70 2B 46 0 38 107 35 1D
Octal 100 42 160 53 106 0 70 407 65 35
Binary 1000000 100010 1110000 101011 1000110 0 111000 100000111 110101 11101

Color Harmonies of #402270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402270

Black with #402270

Text Example


Text Example

White with #402270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402270; }

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

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

background-color css

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

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

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

border-color css

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

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

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