Html Css Color HEX #442678 Windsor

📋 copy color: '#442678'

red 68 ◦ green 38 ◦ blue 120

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

Shades of Windsor #442678

Tints of Windsor #442678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 30.09%
G = 16.81%
B = 53.1%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442678 (or 0x442678) is known color: Windsor. HEX triplet: 44, 26 and 78. RGB value is (68,38,120). Sum of RGB (Red+Green+Blue) = 68+38+120=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #442678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442678 is #BBD987. Grayscale: #383838. Windows color (decimal): -12310920 or 7874116. OLE color: 7874116.

HSL color Cylindrical-coordinate representation of color #442678: hue angle of 261.95º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442678 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 38 120 -
CMYK 0.43 0.68 0 0.53
HSL 261.95º 0.52% 0.31% -
HSV(B) 261.95º 0.68% 0.47% -
XYZ 6.47 3.97 18.19 -
YUV 56.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 68 38 120 0.43 0.68 0 0.53 261.95 0.52 0.31
Hex 44 26 78 2B 44 0 35 106 34 1F
Octal 104 46 170 53 104 0 65 406 64 37
Binary 1000100 100110 1111000 101011 1000100 0 110101 100000110 110100 11111

Color Harmonies of #442678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442678

Black with #442678

Text Example


Text Example

White with #442678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442678; }

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

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

background-color css

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

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

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

border-color css

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

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

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