Html Css Color HEX #442F85 Windsor

📋 copy color: '#442F85'

red 68 ◦ green 47 ◦ blue 133

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

Shades of Windsor #442F85

Tints of Windsor #442F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 27.42%
G = 18.95%
B = 53.63%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#442F85 (or 0x442F85) is known color: Windsor. HEX triplet: 44, 2F and 85. RGB value is (68,47,133). Sum of RGB (Red+Green+Blue) = 68+47+133=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #442F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F85 is #BBD07A. Grayscale: #3E3E3E. Windows color (decimal): -12308603 or 8728388. OLE color: 8728388.

HSL color Cylindrical-coordinate representation of color #442F85: hue angle of 254.65º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442F85 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 47 133 -
CMYK 0.49 0.65 0 0.48
HSL 254.65º 0.48% 0.35% -
HSV(B) 254.65º 0.65% 0.52% -
XYZ 7.63 4.96 22.74 -
YUV 63.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 68 47 133 0.49 0.65 0 0.48 254.65 0.48 0.35
Hex 44 2F 85 31 41 0 30 FF 30 23
Octal 104 57 205 61 101 0 60 377 60 43
Binary 1000100 101111 10000101 110001 1000001 0 110000 11111111 110000 100011

Color Harmonies of #442F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F85

Black with #442F85

Text Example


Text Example

White with #442F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,133); }

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

background-color css

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

 a { background-color: rgb(68,47,133); }

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

border-color css

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

 span { border-color: rgb(68,47,133); }

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