Html Css Color HEX #442581 Windsor

📋 copy color: '#442581'

red 68 ◦ green 37 ◦ blue 129

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

Shades of Windsor #442581

Tints of Windsor #442581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 29.06%
G = 15.81%
B = 55.13%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442581 (or 0x442581) is known color: Windsor. HEX triplet: 44, 25 and 81. RGB value is (68,37,129). Sum of RGB (Red+Green+Blue) = 68+37+129=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #442581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442581 is #BBDA7E. Grayscale: #383838. Windows color (decimal): -12311167 or 8463684. OLE color: 8463684.

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

Color convert

RGB 68 37 129 -
CMYK 0.47 0.71 0 0.49
HSL 260.22º 0.55% 0.33% -
HSV(B) 260.22º 0.71% 0.51% -
XYZ 7.01 4.14 21.2 -
YUV 56.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 68 37 129 0.47 0.71 0 0.49 260.22 0.55 0.33
Hex 44 25 81 2F 47 0 31 104 37 21
Octal 104 45 201 57 107 0 61 404 67 41
Binary 1000100 100101 10000001 101111 1000111 0 110001 100000100 110111 100001

Color Harmonies of #442581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442581

Black with #442581

Text Example


Text Example

White with #442581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442581; }

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

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

background-color css

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

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

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

border-color css

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

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

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