Html Css Color HEX #441F71 Blue Diamond

📋 copy color: '#441F71'

red 68 ◦ green 31 ◦ blue 113

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

Shades of Blue Diamond #441F71

Tints of Blue Diamond #441F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

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

R = 32.08%
G = 14.62%
B = 53.3%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441F71 (or 0x441F71) is known color: Blue Diamond. HEX triplet: 44, 1F and 71. RGB value is (68,31,113). Sum of RGB (Red+Green+Blue) = 68+31+113=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #441F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F71 is #BBE08E. Grayscale: #333333. Windows color (decimal): -12312719 or 7413572. OLE color: 7413572.

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

Color convert

RGB 68 31 113 -
CMYK 0.40 0.73 0 0.56
HSL 267.07º 0.57% 0.28% -
HSV(B) 267.07º 0.73% 0.44% -
XYZ 5.85 3.4 15.97 -
YUV 51.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 68 31 113 0.40 0.73 0 0.56 267.07 0.57 0.28
Hex 44 1F 71 28 49 0 38 10B 39 1C
Octal 104 37 161 50 111 0 70 413 71 34
Binary 1000100 11111 1110001 101000 1001001 0 111000 100001011 111001 11100

Color Harmonies of #441F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F71

Black with #441F71

Text Example


Text Example

White with #441F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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