Html Css Color HEX #402092 Windsor

📋 copy color: '#402092'

red 64 ◦ green 32 ◦ blue 146

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

Shades of Windsor #402092

Tints of Windsor #402092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 146 (57.42% from 255) = 60.33%

R = 26.45%
G = 13.22%
B = 60.33%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402092 (or 0x402092) is known color: Windsor. HEX triplet: 40, 20 and 92. RGB value is (64,32,146). Sum of RGB (Red+Green+Blue) = 64+32+146=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #402092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402092 is #BFDF6D. Grayscale: #363636. Windows color (decimal): -12574574 or 9576512. OLE color: 9576512.

HSL color Cylindrical-coordinate representation of color #402092: hue angle of 256.84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402092 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 32 146 -
CMYK 0.56 0.78 0 0.43
HSL 256.84º 0.64% 0.35% -
HSV(B) 256.84º 0.78% 0.57% -
XYZ 7.82 4.2 27.59 -
YUV 54.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 64 32 146 0.56 0.78 0 0.43 256.84 0.64 0.35
Hex 40 20 92 38 4E 0 2B 101 40 23
Octal 100 40 222 70 116 0 53 401 100 43
Binary 1000000 100000 10010010 111000 1001110 0 101011 100000001 1000000 100011

Color Harmonies of #402092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402092

Black with #402092

Text Example


Text Example

White with #402092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402092; }

 p { color: rgb(64,32,146); }

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

background-color css

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

 a { background-color: rgb(64,32,146); }

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

border-color css

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

 span { border-color: rgb(64,32,146); }

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