Html Css Color HEX #402373 Windsor

📋 copy color: '#402373'

red 64 ◦ green 35 ◦ blue 115

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

Shades of Windsor #402373

Tints of Windsor #402373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 29.91%
G = 16.36%
B = 53.74%

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

#402373 (or 0x402373) is known color: Windsor. HEX triplet: 40, 23 and 73. RGB value is (64,35,115). Sum of RGB (Red+Green+Blue) = 64+35+115=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #402373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402373 is #BFDC8C. Grayscale: #343434. Windows color (decimal): -12573837 or 7545664. OLE color: 7545664.

HSL color Cylindrical-coordinate representation of color #402373: hue angle of 261.75º degrees, saturation: 0.53, 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 #402373 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 35 115 -
CMYK 0.44 0.70 0 0.55
HSL 261.75º 0.53% 0.29% -
HSV(B) 261.75º 0.7% 0.45% -
XYZ 5.81 3.53 16.59 -
YUV 52.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 64 35 115 0.44 0.70 0 0.55 261.75 0.53 0.29
Hex 40 23 73 2C 46 0 37 106 35 1D
Octal 100 43 163 54 106 0 67 406 65 35
Binary 1000000 100011 1110011 101100 1000110 0 110111 100000110 110101 11101

Color Harmonies of #402373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402373

Black with #402373

Text Example


Text Example

White with #402373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402373; }

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

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

background-color css

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

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

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

border-color css

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

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

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