Html Css Color HEX #402674 Windsor

📋 copy color: '#402674'

red 64 ◦ green 38 ◦ blue 116

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

Shades of Windsor #402674

Tints of Windsor #402674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 29.36%
G = 17.43%
B = 53.21%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402674 (or 0x402674) is known color: Windsor. HEX triplet: 40, 26 and 74. RGB value is (64,38,116). Sum of RGB (Red+Green+Blue) = 64+38+116=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #402674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402674 is #BFD98B. Grayscale: #363636. Windows color (decimal): -12573068 or 7611968. OLE color: 7611968.

HSL color Cylindrical-coordinate representation of color #402674: hue angle of 260º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402674 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 38 116 -
CMYK 0.45 0.67 0 0.55
HSL 260º 0.51% 0.3% -
HSV(B) 260º 0.67% 0.45% -
XYZ 5.96 3.74 16.93 -
YUV 54.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 64 38 116 0.45 0.67 0 0.55 260 0.51 0.3
Hex 40 26 74 2D 43 0 37 104 33 1E
Octal 100 46 164 55 103 0 67 404 63 36
Binary 1000000 100110 1110100 101101 1000011 0 110111 100000100 110011 11110

Color Harmonies of #402674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402674

Black with #402674

Text Example


Text Example

White with #402674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402674; }

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

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

background-color css

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

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

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

border-color css

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

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

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