Html Css Color HEX #442171 Blue Diamond

📋 copy color: '#442171'

red 68 ◦ green 33 ◦ blue 113

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

Shades of Blue Diamond #442171

Tints of Blue Diamond #442171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 31.78%
G = 15.42%
B = 52.8%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442171 (or 0x442171) is known color: Blue Diamond. HEX triplet: 44, 21 and 71. RGB value is (68,33,113). Sum of RGB (Red+Green+Blue) = 68+33+113=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #442171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442171 is #BBDE8E. Grayscale: #343434. Windows color (decimal): -12312207 or 7414084. OLE color: 7414084.

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

Color convert

RGB 68 33 113 -
CMYK 0.40 0.71 0 0.56
HSL 266.25º 0.55% 0.29% -
HSV(B) 266.25º 0.71% 0.44% -
XYZ 5.91 3.51 15.99 -
YUV 52.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 68 33 113 0.40 0.71 0 0.56 266.25 0.55 0.29
Hex 44 21 71 28 47 0 38 10A 37 1D
Octal 104 41 161 50 107 0 70 412 67 35
Binary 1000100 100001 1110001 101000 1000111 0 111000 100001010 110111 11101

Color Harmonies of #442171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442171

Black with #442171

Text Example


Text Example

White with #442171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442171; }

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

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

background-color css

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

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

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

border-color css

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

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

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