Html Css Color HEX #442E7D Windsor

📋 copy color: '#442E7D'

red 68 ◦ green 46 ◦ blue 125

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

Shades of Windsor #442E7D

Tints of Windsor #442E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 28.45%
G = 19.25%
B = 52.3%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#442E7D (or 0x442E7D) is known color: Windsor. HEX triplet: 44, 2E and 7D. RGB value is (68,46,125). Sum of RGB (Red+Green+Blue) = 68+46+125=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #442E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E7D is #BBD182. Grayscale: #3D3D3D. Windows color (decimal): -12308867 or 8203844. OLE color: 8203844.

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

Color convert

RGB 68 46 125 -
CMYK 0.46 0.63 0 0.51
HSL 256.71º 0.46% 0.34% -
HSV(B) 256.71º 0.63% 0.49% -
XYZ 7.06 4.66 19.93 -
YUV 61.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 68 46 125 0.46 0.63 0 0.51 256.71 0.46 0.34
Hex 44 2E 7D 2E 3F 0 33 101 2E 22
Octal 104 56 175 56 77 0 63 401 56 42
Binary 1000100 101110 1111101 101110 111111 0 110011 100000001 101110 100010

Color Harmonies of #442E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E7D

Black with #442E7D

Text Example


Text Example

White with #442E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,46,125); }

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

background-color css

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

 a { background-color: rgb(68,46,125); }

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

border-color css

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

 span { border-color: rgb(68,46,125); }

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