Html Css Color HEX #442B71 Windsor

📋 copy color: '#442B71'

red 68 ◦ green 43 ◦ blue 113

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

Shades of Windsor #442B71

Tints of Windsor #442B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 30.36%
G = 19.2%
B = 50.45%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442B71 (or 0x442B71) is known color: Windsor. HEX triplet: 44, 2B and 71. RGB value is (68,43,113). Sum of RGB (Red+Green+Blue) = 68+43+113=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #442B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B71 is #BBD48E. Grayscale: #3A3A3A. Windows color (decimal): -12309647 or 7416644. OLE color: 7416644.

HSL color Cylindrical-coordinate representation of color #442B71: hue angle of 261.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442B71 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 43 113 -
CMYK 0.40 0.62 0 0.56
HSL 261.43º 0.45% 0.31% -
HSV(B) 261.43º 0.62% 0.44% -
XYZ 6.23 4.15 16.1 -
YUV 58.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 68 43 113 0.40 0.62 0 0.56 261.43 0.45 0.31
Hex 44 2B 71 28 3E 0 38 105 2D 1F
Octal 104 53 161 50 76 0 70 405 55 37
Binary 1000100 101011 1110001 101000 111110 0 111000 100000101 101101 11111

Color Harmonies of #442B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B71

Black with #442B71

Text Example


Text Example

White with #442B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,113); }

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

background-color css

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

 a { background-color: rgb(68,43,113); }

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

border-color css

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

 span { border-color: rgb(68,43,113); }

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