Html Css Color HEX #442070 Blue Diamond

📋 copy color: '#442070'

red 68 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #442070

Tints of Blue Diamond #442070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 32.08%
G = 15.09%
B = 52.83%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442070 (or 0x442070) is known color: Blue Diamond. HEX triplet: 44, 20 and 70. RGB value is (68,32,112). Sum of RGB (Red+Green+Blue) = 68+32+112=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #442070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442070 is #BBDF8F. Grayscale: #333333. Windows color (decimal): -12312464 or 7348292. OLE color: 7348292.

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

Color convert

RGB 68 32 112 -
CMYK 0.39 0.71 0 0.56
HSL 267º 0.56% 0.28% -
HSV(B) 267º 0.71% 0.44% -
XYZ 5.83 3.43 15.68 -
YUV 51.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 68 32 112 0.39 0.71 0 0.56 267 0.56 0.28
Hex 44 20 70 27 47 0 38 10B 38 1C
Octal 104 40 160 47 107 0 70 413 70 34
Binary 1000100 100000 1110000 100111 1000111 0 111000 100001011 111000 11100

Color Harmonies of #442070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442070

Black with #442070

Text Example


Text Example

White with #442070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442070; }

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

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

background-color css

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

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

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

border-color css

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

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

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