Html Css Color HEX #402273 Windsor

📋 copy color: '#402273'

red 64 ◦ green 34 ◦ blue 115

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

Shades of Windsor #402273

Tints of Windsor #402273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 30.05%
G = 15.96%
B = 53.99%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#402273 (or 0x402273) is known color: Windsor. HEX triplet: 40, 22 and 73. RGB value is (64,34,115). Sum of RGB (Red+Green+Blue) = 64+34+115=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #402273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402273 is #BFDD8C. Grayscale: #333333. Windows color (decimal): -12574093 or 7545408. OLE color: 7545408.

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

Color convert

RGB 64 34 115 -
CMYK 0.44 0.70 0 0.55
HSL 262.22º 0.54% 0.29% -
HSV(B) 262.22º 0.7% 0.45% -
XYZ 5.78 3.47 16.59 -
YUV 52.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 64 34 115 0.44 0.70 0 0.55 262.22 0.54 0.29
Hex 40 22 73 2C 46 0 37 106 36 1D
Octal 100 42 163 54 106 0 67 406 66 35
Binary 1000000 100010 1110011 101100 1000110 0 110111 100000110 110110 11101

Color Harmonies of #402273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402273

Black with #402273

Text Example


Text Example

White with #402273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402273; }

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

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

background-color css

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

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

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

border-color css

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

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

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