Html Css Color HEX #442775 Windsor

📋 copy color: '#442775'

red 68 ◦ green 39 ◦ blue 117

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

Shades of Windsor #442775

Tints of Windsor #442775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 30.36%
G = 17.41%
B = 52.23%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#442775 (or 0x442775) is known color: Windsor. HEX triplet: 44, 27 and 75. RGB value is (68,39,117). Sum of RGB (Red+Green+Blue) = 68+39+117=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #442775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442775 is #BBD88A. Grayscale: #383838. Windows color (decimal): -12310667 or 7677764. OLE color: 7677764.

HSL color Cylindrical-coordinate representation of color #442775: hue angle of 262.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442775 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 39 117 -
CMYK 0.42 0.67 0 0.54
HSL 262.31º 0.5% 0.31% -
HSV(B) 262.31º 0.67% 0.46% -
XYZ 6.32 3.96 17.26 -
YUV 56.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 68 39 117 0.42 0.67 0 0.54 262.31 0.5 0.31
Hex 44 27 75 2A 43 0 36 106 32 1F
Octal 104 47 165 52 103 0 66 406 62 37
Binary 1000100 100111 1110101 101010 1000011 0 110110 100000110 110010 11111

Color Harmonies of #442775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442775

Black with #442775

Text Example


Text Example

White with #442775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442775; }

 p { color: rgb(68,39,117); }

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

background-color css

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

 a { background-color: rgb(68,39,117); }

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

border-color css

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

 span { border-color: rgb(68,39,117); }

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