Html Css Color HEX #441970 Blue Diamond

📋 copy color: '#441970'

red 68 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #441970

Tints of Blue Diamond #441970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 33.17%
G = 12.2%
B = 54.63%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441970 (or 0x441970) is known color: Blue Diamond. HEX triplet: 44, 19 and 70. RGB value is (68,25,112). Sum of RGB (Red+Green+Blue) = 68+25+112=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #441970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441970 is #BBE68F. Grayscale: #2F2F2F. Windows color (decimal): -12314256 or 7346500. OLE color: 7346500.

HSL color Cylindrical-coordinate representation of color #441970: hue angle of 269.66º 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 #441970 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 25 112 -
CMYK 0.39 0.78 0 0.56
HSL 269.66º 0.64% 0.27% -
HSV(B) 269.66º 0.78% 0.44% -
XYZ 5.66 3.09 15.63 -
YUV 47.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 68 25 112 0.39 0.78 0 0.56 269.66 0.64 0.27
Hex 44 19 70 27 4E 0 38 10E 40 1B
Octal 104 31 160 47 116 0 70 416 100 33
Binary 1000100 11001 1110000 100111 1001110 0 111000 100001110 1000000 11011

Color Harmonies of #441970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441970

Black with #441970

Text Example


Text Example

White with #441970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441970; }

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

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

background-color css

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

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

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

border-color css

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

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

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