Html Css Color HEX #442071 Blue Diamond

📋 copy color: '#442071'

red 68 ◦ green 32 ◦ blue 113

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

Shades of Blue Diamond #442071

Tints of Blue Diamond #442071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 31.92%
G = 15.02%
B = 53.05%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442071 (or 0x442071) is known color: Blue Diamond. HEX triplet: 44, 20 and 71. RGB value is (68,32,113). Sum of RGB (Red+Green+Blue) = 68+32+113=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #442071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442071 is #BBDF8E. Grayscale: #333333. Windows color (decimal): -12312463 or 7413828. OLE color: 7413828.

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

Color convert

RGB 68 32 113 -
CMYK 0.40 0.72 0 0.56
HSL 266.67º 0.56% 0.28% -
HSV(B) 266.67º 0.72% 0.44% -
XYZ 5.88 3.45 15.98 -
YUV 52 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 68 32 113 0.40 0.72 0 0.56 266.67 0.56 0.28
Hex 44 20 71 28 48 0 38 10B 38 1C
Octal 104 40 161 50 110 0 70 413 70 34
Binary 1000100 100000 1110001 101000 1001000 0 111000 100001011 111000 11100

Color Harmonies of #442071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442071

Black with #442071

Text Example


Text Example

White with #442071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442071; }

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

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

background-color css

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

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

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

border-color css

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

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

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