Html Css Color HEX #442A88 Windsor

📋 copy color: '#442A88'

red 68 ◦ green 42 ◦ blue 136

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

Shades of Windsor #442A88

Tints of Windsor #442A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.28%

R = 27.64%
G = 17.07%
B = 55.28%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#442A88 (or 0x442A88) is known color: Windsor. HEX triplet: 44, 2A and 88. RGB value is (68,42,136). Sum of RGB (Red+Green+Blue) = 68+42+136=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #442A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A88 is #BBD577. Grayscale: #3C3C3C. Windows color (decimal): -12309880 or 8923716. OLE color: 8923716.

HSL color Cylindrical-coordinate representation of color #442A88: hue angle of 256.6º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442A88 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 42 136 -
CMYK 0.50 0.69 0 0.47
HSL 256.6º 0.53% 0.35% -
HSV(B) 256.6º 0.69% 0.53% -
XYZ 7.66 4.66 23.79 -
YUV 60.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 68 42 136 0.50 0.69 0 0.47 256.6 0.53 0.35
Hex 44 2A 88 32 45 0 2F 101 35 23
Octal 104 52 210 62 105 0 57 401 65 43
Binary 1000100 101010 10001000 110010 1000101 0 101111 100000001 110101 100011

Color Harmonies of #442A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A88

Black with #442A88

Text Example


Text Example

White with #442A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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