Html Css Color HEX #442768 Blue Diamond

📋 copy color: '#442768'

red 68 ◦ green 39 ◦ blue 104

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

Shades of Blue Diamond #442768

Tints of Blue Diamond #442768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 32.23%
G = 18.48%
B = 49.29%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442768 (or 0x442768) is known color: Blue Diamond. HEX triplet: 44, 27 and 68. RGB value is (68,39,104). Sum of RGB (Red+Green+Blue) = 68+39+104=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #442768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442768 is #BBD897. Grayscale: #363636. Windows color (decimal): -12310680 or 6825796. OLE color: 6825796.

HSL color Cylindrical-coordinate representation of color #442768: hue angle of 266.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442768 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 39 104 -
CMYK 0.35 0.62 0 0.59
HSL 266.77º 0.45% 0.28% -
HSV(B) 266.77º 0.63% 0.41% -
XYZ 5.61 3.68 13.51 -
YUV 55.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 68 39 104 0.35 0.62 0 0.59 266.77 0.45 0.28
Hex 44 27 68 23 3E 0 3B 10B 2D 1C
Octal 104 47 150 43 76 0 73 413 55 34
Binary 1000100 100111 1101000 100011 111110 0 111011 100001011 101101 11100

Color Harmonies of #442768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442768

Black with #442768

Text Example


Text Example

White with #442768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442768; }

 p { color: rgb(68,39,104); }

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

background-color css

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

 a { background-color: rgb(68,39,104); }

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

border-color css

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

 span { border-color: rgb(68,39,104); }

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