Html Css Color HEX #442A85 Windsor

📋 copy color: '#442A85'

red 68 ◦ green 42 ◦ blue 133

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

Shades of Windsor #442A85

Tints of Windsor #442A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 133 (52.34% from 255) = 54.73%

R = 27.98%
G = 17.28%
B = 54.73%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442A85 (or 0x442A85) is known color: Windsor. HEX triplet: 44, 2A and 85. RGB value is (68,42,133). Sum of RGB (Red+Green+Blue) = 68+42+133=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #442A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A85 is #BBD57A. Grayscale: #3B3B3B. Windows color (decimal): -12309883 or 8727108. OLE color: 8727108.

HSL color Cylindrical-coordinate representation of color #442A85: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442A85 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 42 133 -
CMYK 0.49 0.68 0 0.48
HSL 257.14º 0.52% 0.34% -
HSV(B) 257.14º 0.68% 0.52% -
XYZ 7.45 4.58 22.68 -
YUV 60.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 68 42 133 0.49 0.68 0 0.48 257.14 0.52 0.34
Hex 44 2A 85 31 44 0 30 101 34 22
Octal 104 52 205 61 104 0 60 401 64 42
Binary 1000100 101010 10000101 110001 1000100 0 110000 100000001 110100 100010

Color Harmonies of #442A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A85

Black with #442A85

Text Example


Text Example

White with #442A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A85; }

 p { color: rgb(68,42,133); }

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

background-color css

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

 a { background-color: rgb(68,42,133); }

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

border-color css

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

 span { border-color: rgb(68,42,133); }

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