Html Css Color HEX #442173 Windsor

📋 copy color: '#442173'

red 68 ◦ green 33 ◦ blue 115

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

Shades of Windsor #442173

Tints of Windsor #442173

RGB

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

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

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

R = 31.48%
G = 15.28%
B = 53.24%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442173 (or 0x442173) is known color: Windsor. HEX triplet: 44, 21 and 73. RGB value is (68,33,115). Sum of RGB (Red+Green+Blue) = 68+33+115=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #442173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442173 is #BBDE8C. Grayscale: #343434. Windows color (decimal): -12312205 or 7545156. OLE color: 7545156.

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

Color convert

RGB 68 33 115 -
CMYK 0.41 0.71 0 0.55
HSL 265.61º 0.55% 0.29% -
HSV(B) 265.61º 0.71% 0.45% -
XYZ 6.02 3.55 16.59 -
YUV 52.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 68 33 115 0.41 0.71 0 0.55 265.61 0.55 0.29
Hex 44 21 73 29 47 0 37 10A 37 1D
Octal 104 41 163 51 107 0 67 412 67 35
Binary 1000100 100001 1110011 101001 1000111 0 110111 100001010 110111 11101

Color Harmonies of #442173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442173

Black with #442173

Text Example


Text Example

White with #442173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442173; }

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

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

background-color css

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

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

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

border-color css

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

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

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