Html Css Color HEX #441571 Blue Diamond

📋 copy color: '#441571'

red 68 ◦ green 21 ◦ blue 113

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

Shades of Blue Diamond #441571

Tints of Blue Diamond #441571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 33.66%
G = 10.4%
B = 55.94%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441571 (or 0x441571) is known color: Blue Diamond. HEX triplet: 44, 15 and 71. RGB value is (68,21,113). Sum of RGB (Red+Green+Blue) = 68+21+113=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #441571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441571 is #BBEA8E. Grayscale: #2D2D2D. Windows color (decimal): -12315279 or 7411012. OLE color: 7411012.

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

Color convert

RGB 68 21 113 -
CMYK 0.40 0.81 0 0.56
HSL 270.65º 0.69% 0.26% -
HSV(B) 270.65º 0.81% 0.44% -
XYZ 5.63 2.96 15.9 -
YUV 45.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 68 21 113 0.40 0.81 0 0.56 270.65 0.69 0.26
Hex 44 15 71 28 51 0 38 10F 45 1A
Octal 104 25 161 50 121 0 70 417 105 32
Binary 1000100 10101 1110001 101000 1010001 0 111000 100001111 1000101 11010

Color Harmonies of #441571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441571

Black with #441571

Text Example


Text Example

White with #441571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441571; }

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

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

background-color css

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

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

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

border-color css

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

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

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