Html Css Color HEX #441772 Blue Diamond

📋 copy color: '#441772'

red 68 ◦ green 23 ◦ blue 114

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

Shades of Blue Diamond #441772

Tints of Blue Diamond #441772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 33.17%
G = 11.22%
B = 55.61%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441772 (or 0x441772) is known color: Blue Diamond. HEX triplet: 44, 17 and 72. RGB value is (68,23,114). Sum of RGB (Red+Green+Blue) = 68+23+114=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #441772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441772 is #BBE88D. Grayscale: #2E2E2E. Windows color (decimal): -12314766 or 7477060. OLE color: 7477060.

HSL color Cylindrical-coordinate representation of color #441772: hue angle of 269.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441772 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 23 114 -
CMYK 0.40 0.80 0 0.55
HSL 269.67º 0.66% 0.27% -
HSV(B) 269.67º 0.8% 0.45% -
XYZ 5.73 3.06 16.21 -
YUV 46.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 68 23 114 0.40 0.80 0 0.55 269.67 0.66 0.27
Hex 44 17 72 28 50 0 37 10E 42 1B
Octal 104 27 162 50 120 0 67 416 102 33
Binary 1000100 10111 1110010 101000 1010000 0 110111 100001110 1000010 11011

Color Harmonies of #441772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441772

Black with #441772

Text Example


Text Example

White with #441772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441772; }

 p { color: rgb(68,23,114); }

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

background-color css

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

 a { background-color: rgb(68,23,114); }

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

border-color css

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

 span { border-color: rgb(68,23,114); }

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