Html Css Color HEX #441E6E Blue Diamond

📋 copy color: '#441E6E'

red 68 ◦ green 30 ◦ blue 110

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

Shades of Blue Diamond #441E6E

Tints of Blue Diamond #441E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 32.69%
G = 14.42%
B = 52.88%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#441E6E (or 0x441E6E) is known color: Blue Diamond. HEX triplet: 44, 1E and 6E. RGB value is (68,30,110). Sum of RGB (Red+Green+Blue) = 68+30+110=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #441E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E6E is #BBE191. Grayscale: #323232. Windows color (decimal): -12312978 or 7216708. OLE color: 7216708.

HSL color Cylindrical-coordinate representation of color #441E6E: hue angle of 268.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441E6E is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 30 110 -
CMYK 0.38 0.73 0 0.57
HSL 268.5º 0.57% 0.27% -
HSV(B) 268.5º 0.73% 0.43% -
XYZ 5.66 3.28 15.09 -
YUV 50.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 68 30 110 0.38 0.73 0 0.57 268.5 0.57 0.27
Hex 44 1E 6E 26 49 0 39 10C 39 1B
Octal 104 36 156 46 111 0 71 414 71 33
Binary 1000100 11110 1101110 100110 1001001 0 111001 100001100 111001 11011

Color Harmonies of #441E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E6E

Black with #441E6E

Text Example


Text Example

White with #441E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E6E; }

 p { color: rgb(68,30,110); }

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

background-color css

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

 a { background-color: rgb(68,30,110); }

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

border-color css

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

 span { border-color: rgb(68,30,110); }

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