Html Css Color HEX #441A71 Blue Diamond

📋 copy color: '#441A71'

red 68 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #441A71

Tints of Blue Diamond #441A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 32.85%
G = 12.56%
B = 54.59%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441A71 (or 0x441A71) is known color: Blue Diamond. HEX triplet: 44, 1A and 71. RGB value is (68,26,113). Sum of RGB (Red+Green+Blue) = 68+26+113=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #441A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A71 is #BBE58E. Grayscale: #303030. Windows color (decimal): -12313999 or 7412292. OLE color: 7412292.

HSL color Cylindrical-coordinate representation of color #441A71: hue angle of 268.97º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441A71 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 26 113 -
CMYK 0.40 0.77 0 0.56
HSL 268.97º 0.63% 0.27% -
HSV(B) 268.97º 0.77% 0.44% -
XYZ 5.73 3.16 15.93 -
YUV 48.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 68 26 113 0.40 0.77 0 0.56 268.97 0.63 0.27
Hex 44 1A 71 28 4D 0 38 10D 3F 1B
Octal 104 32 161 50 115 0 70 415 77 33
Binary 1000100 11010 1110001 101000 1001101 0 111000 100001101 111111 11011

Color Harmonies of #441A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A71

Black with #441A71

Text Example


Text Example

White with #441A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,113); }

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

background-color css

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

 a { background-color: rgb(68,26,113); }

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

border-color css

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

 span { border-color: rgb(68,26,113); }

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