Html Css Color HEX #442373 Windsor

📋 copy color: '#442373'

red 68 ◦ green 35 ◦ blue 115

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

Shades of Windsor #442373

Tints of Windsor #442373

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

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

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

R = 31.19%
G = 16.06%
B = 52.75%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442373 (or 0x442373) is known color: Windsor. HEX triplet: 44, 23 and 73. RGB value is (68,35,115). Sum of RGB (Red+Green+Blue) = 68+35+115=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #442373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442373 is #BBDC8C. Grayscale: #353535. Windows color (decimal): -12311693 or 7545668. OLE color: 7545668.

HSL color Cylindrical-coordinate representation of color #442373: hue angle of 264.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 #442373 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 35 115 -
CMYK 0.41 0.70 0 0.55
HSL 264.75º 0.53% 0.29% -
HSV(B) 264.75º 0.7% 0.45% -
XYZ 6.08 3.67 16.61 -
YUV 53.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 68 35 115 0.41 0.70 0 0.55 264.75 0.53 0.29
Hex 44 23 73 29 46 0 37 109 35 1D
Octal 104 43 163 51 106 0 67 411 65 35
Binary 1000100 100011 1110011 101001 1000110 0 110111 100001001 110101 11101

Color Harmonies of #442373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442373

Black with #442373

Text Example


Text Example

White with #442373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442373; }

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

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

background-color css

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

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

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

border-color css

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

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

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