Html Css Color HEX #402670 Windsor

📋 copy color: '#402670'

red 64 ◦ green 38 ◦ blue 112

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

Shades of Windsor #402670

Tints of Windsor #402670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 29.91%
G = 17.76%
B = 52.34%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#402670 (or 0x402670) is known color: Windsor. HEX triplet: 40, 26 and 70. RGB value is (64,38,112). Sum of RGB (Red+Green+Blue) = 64+38+112=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #402670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402670 is #BFD98F. Grayscale: #353535. Windows color (decimal): -12573072 or 7349824. OLE color: 7349824.

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

Color convert

RGB 64 38 112 -
CMYK 0.43 0.66 0 0.56
HSL 261.08º 0.49% 0.29% -
HSV(B) 261.08º 0.66% 0.44% -
XYZ 5.73 3.65 15.73 -
YUV 54.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 64 38 112 0.43 0.66 0 0.56 261.08 0.49 0.29
Hex 40 26 70 2B 42 0 38 105 31 1D
Octal 100 46 160 53 102 0 70 405 61 35
Binary 1000000 100110 1110000 101011 1000010 0 111000 100000101 110001 11101

Color Harmonies of #402670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402670

Black with #402670

Text Example


Text Example

White with #402670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402670; }

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

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

background-color css

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

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

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

border-color css

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

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

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