Html Css Color HEX #441C75 Windsor

📋 copy color: '#441C75'

red 68 ◦ green 28 ◦ blue 117

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

Shades of Windsor #441C75

Tints of Windsor #441C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 31.92%
G = 13.15%
B = 54.93%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441C75 (or 0x441C75) is known color: Windsor. HEX triplet: 44, 1C and 75. RGB value is (68,28,117). Sum of RGB (Red+Green+Blue) = 68+28+117=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #441C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C75 is #BBE38A. Grayscale: #313131. Windows color (decimal): -12313483 or 7674948. OLE color: 7674948.

HSL color Cylindrical-coordinate representation of color #441C75: hue angle of 266.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441C75 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 28 117 -
CMYK 0.42 0.76 0 0.54
HSL 266.97º 0.61% 0.28% -
HSV(B) 266.97º 0.76% 0.46% -
XYZ 6.01 3.34 17.16 -
YUV 50.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 68 28 117 0.42 0.76 0 0.54 266.97 0.61 0.28
Hex 44 1C 75 2A 4C 0 36 10B 3D 1C
Octal 104 34 165 52 114 0 66 413 75 34
Binary 1000100 11100 1110101 101010 1001100 0 110110 100001011 111101 11100

Color Harmonies of #441C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C75

Black with #441C75

Text Example


Text Example

White with #441C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C75; }

 p { color: rgb(68,28,117); }

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

background-color css

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

 a { background-color: rgb(68,28,117); }

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

border-color css

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

 span { border-color: rgb(68,28,117); }

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