Html Css Color HEX #442682 Windsor

📋 copy color: '#442682'

red 68 ◦ green 38 ◦ blue 130

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

Shades of Windsor #442682

Tints of Windsor #442682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 28.81%
G = 16.1%
B = 55.08%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442682 (or 0x442682) is known color: Windsor. HEX triplet: 44, 26 and 82. RGB value is (68,38,130). Sum of RGB (Red+Green+Blue) = 68+38+130=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #442682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442682 is #BBD97D. Grayscale: #393939. Windows color (decimal): -12310910 or 8529476. OLE color: 8529476.

HSL color Cylindrical-coordinate representation of color #442682: hue angle of 259.57º 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 #442682 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 38 130 -
CMYK 0.48 0.71 0 0.49
HSL 259.57º 0.55% 0.33% -
HSV(B) 259.57º 0.71% 0.51% -
XYZ 7.11 4.23 21.56 -
YUV 57.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 68 38 130 0.48 0.71 0 0.49 259.57 0.55 0.33
Hex 44 26 82 30 47 0 31 104 37 21
Octal 104 46 202 60 107 0 61 404 67 41
Binary 1000100 100110 10000010 110000 1000111 0 110001 100000100 110111 100001

Color Harmonies of #442682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442682

Black with #442682

Text Example


Text Example

White with #442682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442682; }

 p { color: rgb(68,38,130); }

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

background-color css

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

 a { background-color: rgb(68,38,130); }

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

border-color css

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

 span { border-color: rgb(68,38,130); }

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