Html Css Color HEX #441971 Blue Diamond

📋 copy color: '#441971'

red 68 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #441971

Tints of Blue Diamond #441971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 33.01%
G = 12.14%
B = 54.85%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441971 (or 0x441971) is known color: Blue Diamond. HEX triplet: 44, 19 and 71. RGB value is (68,25,113). Sum of RGB (Red+Green+Blue) = 68+25+113=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #441971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441971 is #BBE68E. Grayscale: #2F2F2F. Windows color (decimal): -12314255 or 7412036. OLE color: 7412036.

HSL color Cylindrical-coordinate representation of color #441971: hue angle of 269.32º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441971 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 25 113 -
CMYK 0.40 0.78 0 0.56
HSL 269.32º 0.64% 0.27% -
HSV(B) 269.32º 0.78% 0.44% -
XYZ 5.71 3.12 15.92 -
YUV 47.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 68 25 113 0.40 0.78 0 0.56 269.32 0.64 0.27
Hex 44 19 71 28 4E 0 38 10D 40 1B
Octal 104 31 161 50 116 0 70 415 100 33
Binary 1000100 11001 1110001 101000 1001110 0 111000 100001101 1000000 11011

Color Harmonies of #441971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441971

Black with #441971

Text Example


Text Example

White with #441971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441971; }

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

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

background-color css

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

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

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

border-color css

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

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

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