Html Css Color HEX #441770 Blue Diamond

📋 copy color: '#441770'

red 68 ◦ green 23 ◦ blue 112

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

Shades of Blue Diamond #441770

Tints of Blue Diamond #441770

RGB

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

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

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

R = 33.5%
G = 11.33%
B = 55.17%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441770 (or 0x441770) is known color: Blue Diamond. HEX triplet: 44, 17 and 70. RGB value is (68,23,112). Sum of RGB (Red+Green+Blue) = 68+23+112=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #441770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441770 is #BBE88F. Grayscale: #2E2E2E. Windows color (decimal): -12314768 or 7345988. OLE color: 7345988.

HSL color Cylindrical-coordinate representation of color #441770: hue angle of 270.34º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441770 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 23 112 -
CMYK 0.39 0.79 0 0.56
HSL 270.34º 0.66% 0.26% -
HSV(B) 270.34º 0.79% 0.44% -
XYZ 5.61 3.01 15.61 -
YUV 46.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 68 23 112 0.39 0.79 0 0.56 270.34 0.66 0.26
Hex 44 17 70 27 4F 0 38 10E 42 1A
Octal 104 27 160 47 117 0 70 416 102 32
Binary 1000100 10111 1110000 100111 1001111 0 111000 100001110 1000010 11010

Color Harmonies of #441770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441770

Black with #441770

Text Example


Text Example

White with #441770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441770; }

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

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

background-color css

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

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

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

border-color css

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

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

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