Html Css Color HEX #402192 Windsor

📋 copy color: '#402192'

red 64 ◦ green 33 ◦ blue 146

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

Shades of Windsor #402192

Tints of Windsor #402192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

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

R = 26.34%
G = 13.58%
B = 60.08%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402192 (or 0x402192) is known color: Windsor. HEX triplet: 40, 21 and 92. RGB value is (64,33,146). Sum of RGB (Red+Green+Blue) = 64+33+146=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #402192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402192 is #BFDE6D. Grayscale: #363636. Windows color (decimal): -12574318 or 9576768. OLE color: 9576768.

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

Color convert

RGB 64 33 146 -
CMYK 0.56 0.77 0 0.43
HSL 256.46º 0.63% 0.35% -
HSV(B) 256.46º 0.77% 0.57% -
XYZ 7.85 4.25 27.6 -
YUV 55.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 64 33 146 0.56 0.77 0 0.43 256.46 0.63 0.35
Hex 40 21 92 38 4D 0 2B 100 3F 23
Octal 100 41 222 70 115 0 53 400 77 43
Binary 1000000 100001 10010010 111000 1001101 0 101011 100000000 111111 100011

Color Harmonies of #402192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402192

Black with #402192

Text Example


Text Example

White with #402192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402192; }

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

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

background-color css

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

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

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

border-color css

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

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

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