Html Css Color HEX #442182 Windsor

📋 copy color: '#442182'

red 68 ◦ green 33 ◦ blue 130

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

Shades of Windsor #442182

Tints of Windsor #442182

RGB

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

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

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

R = 29.44%
G = 14.29%
B = 56.28%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#442182 (or 0x442182) is known color: Windsor. HEX triplet: 44, 21 and 82. RGB value is (68,33,130). Sum of RGB (Red+Green+Blue) = 68+33+130=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #442182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442182 is #BBDE7D. Grayscale: #363636. Windows color (decimal): -12312190 or 8528196. OLE color: 8528196.

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

Color convert

RGB 68 33 130 -
CMYK 0.48 0.75 0 0.49
HSL 261.65º 0.6% 0.32% -
HSV(B) 261.65º 0.75% 0.51% -
XYZ 6.96 3.93 21.51 -
YUV 54.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 68 33 130 0.48 0.75 0 0.49 261.65 0.6 0.32
Hex 44 21 82 30 4B 0 31 106 3C 20
Octal 104 41 202 60 113 0 61 406 74 40
Binary 1000100 100001 10000010 110000 1001011 0 110001 100000110 111100 100000

Color Harmonies of #442182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442182

Black with #442182

Text Example


Text Example

White with #442182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442182; }

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

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

background-color css

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

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

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

border-color css

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

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

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