Html Css Color HEX #442583 Windsor

📋 copy color: '#442583'

red 68 ◦ green 37 ◦ blue 131

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

Shades of Windsor #442583

Tints of Windsor #442583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 28.81%
G = 15.68%
B = 55.51%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442583 (or 0x442583) is known color: Windsor. HEX triplet: 44, 25 and 83. RGB value is (68,37,131). Sum of RGB (Red+Green+Blue) = 68+37+131=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #442583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442583 is #BBDA7C. Grayscale: #383838. Windows color (decimal): -12311165 or 8594756. OLE color: 8594756.

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

Color convert

RGB 68 37 131 -
CMYK 0.48 0.72 0 0.49
HSL 259.79º 0.56% 0.33% -
HSV(B) 259.79º 0.72% 0.51% -
XYZ 7.14 4.19 21.91 -
YUV 56.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 68 37 131 0.48 0.72 0 0.49 259.79 0.56 0.33
Hex 44 25 83 30 48 0 31 104 38 21
Octal 104 45 203 60 110 0 61 404 70 41
Binary 1000100 100101 10000011 110000 1001000 0 110001 100000100 111000 100001

Color Harmonies of #442583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442583

Black with #442583

Text Example


Text Example

White with #442583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442583; }

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

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

background-color css

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

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

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

border-color css

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

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

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