Html Css Color HEX #442F6C Windsor

📋 copy color: '#442F6C'

red 68 ◦ green 47 ◦ blue 108

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

Shades of Windsor #442F6C

Tints of Windsor #442F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 30.49%
G = 21.08%
B = 48.43%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#442F6C (or 0x442F6C) is known color: Windsor. HEX triplet: 44, 2F and 6C. RGB value is (68,47,108). Sum of RGB (Red+Green+Blue) = 68+47+108=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #442F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F6C is #BBD093. Grayscale: #3C3C3C. Windows color (decimal): -12308628 or 7089988. OLE color: 7089988.

HSL color Cylindrical-coordinate representation of color #442F6C: hue angle of 260.66º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442F6C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 47 108 -
CMYK 0.37 0.56 0 0.58
HSL 260.66º 0.39% 0.3% -
HSV(B) 260.66º 0.56% 0.42% -
XYZ 6.11 4.34 14.7 -
YUV 60.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 68 47 108 0.37 0.56 0 0.58 260.66 0.39 0.3
Hex 44 2F 6C 25 38 0 3A 105 27 1E
Octal 104 57 154 45 70 0 72 405 47 36
Binary 1000100 101111 1101100 100101 111000 0 111010 100000101 100111 11110

Color Harmonies of #442F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F6C

Black with #442F6C

Text Example


Text Example

White with #442F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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