Html Css Color HEX #441774 Blue Diamond

📋 copy color: '#441774'

red 68 ◦ green 23 ◦ blue 116

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

Shades of Blue Diamond #441774

Tints of Blue Diamond #441774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 32.85%
G = 11.11%
B = 56.04%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441774 (or 0x441774) is known color: Blue Diamond. HEX triplet: 44, 17 and 74. RGB value is (68,23,116). Sum of RGB (Red+Green+Blue) = 68+23+116=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #441774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441774 is #BBE88B. Grayscale: #2E2E2E. Windows color (decimal): -12314764 or 7608132. OLE color: 7608132.

HSL color Cylindrical-coordinate representation of color #441774: hue angle of 269.03º degrees, saturation: 0.67, 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 #441774 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 23 116 -
CMYK 0.41 0.80 0 0.55
HSL 269.03º 0.67% 0.27% -
HSV(B) 269.03º 0.8% 0.45% -
XYZ 5.84 3.1 16.81 -
YUV 47.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 68 23 116 0.41 0.80 0 0.55 269.03 0.67 0.27
Hex 44 17 74 29 50 0 37 10D 43 1B
Octal 104 27 164 51 120 0 67 415 103 33
Binary 1000100 10111 1110100 101001 1010000 0 110111 100001101 1000011 11011

Color Harmonies of #441774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441774

Black with #441774

Text Example


Text Example

White with #441774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441774; }

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

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

background-color css

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

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

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

border-color css

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

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

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