Html Css Color HEX #442783 Windsor

📋 copy color: '#442783'

red 68 ◦ green 39 ◦ blue 131

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

Shades of Windsor #442783

Tints of Windsor #442783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 131 (51.56% from 255) = 55.04%

R = 28.57%
G = 16.39%
B = 55.04%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442783 (or 0x442783) is known color: Windsor. HEX triplet: 44, 27 and 83. RGB value is (68,39,131). Sum of RGB (Red+Green+Blue) = 68+39+131=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #442783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442783 is #BBD87C. Grayscale: #393939. Windows color (decimal): -12310653 or 8595268. OLE color: 8595268.

HSL color Cylindrical-coordinate representation of color #442783: hue angle of 258.91º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #442783 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 39 131 -
CMYK 0.48 0.70 0 0.49
HSL 258.91º 0.54% 0.33% -
HSV(B) 258.91º 0.7% 0.51% -
XYZ 7.21 4.32 21.93 -
YUV 58.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 68 39 131 0.48 0.70 0 0.49 258.91 0.54 0.33
Hex 44 27 83 30 46 0 31 103 36 21
Octal 104 47 203 60 106 0 61 403 66 41
Binary 1000100 100111 10000011 110000 1000110 0 110001 100000011 110110 100001

Color Harmonies of #442783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442783

Black with #442783

Text Example


Text Example

White with #442783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442783; }

 p { color: rgb(68,39,131); }

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

background-color css

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

 a { background-color: rgb(68,39,131); }

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

border-color css

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

 span { border-color: rgb(68,39,131); }

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