Html Css Color HEX #442968 Blue Diamond

📋 copy color: '#442968'

red 68 ◦ green 41 ◦ blue 104

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

Shades of Blue Diamond #442968

Tints of Blue Diamond #442968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 31.92%
G = 19.25%
B = 48.83%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#442968 (or 0x442968) is known color: Blue Diamond. HEX triplet: 44, 29 and 68. RGB value is (68,41,104). Sum of RGB (Red+Green+Blue) = 68+41+104=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #442968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442968 is #BBD697. Grayscale: #383838. Windows color (decimal): -12310168 or 6826308. OLE color: 6826308.

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

Color convert

RGB 68 41 104 -
CMYK 0.35 0.61 0 0.59
HSL 265.71º 0.43% 0.28% -
HSV(B) 265.71º 0.61% 0.41% -
XYZ 5.68 3.81 13.53 -
YUV 56.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 68 41 104 0.35 0.61 0 0.59 265.71 0.43 0.28
Hex 44 29 68 23 3D 0 3B 10A 2B 1C
Octal 104 51 150 43 75 0 73 412 53 34
Binary 1000100 101001 1101000 100011 111101 0 111011 100001010 101011 11100

Color Harmonies of #442968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442968

Black with #442968

Text Example


Text Example

White with #442968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442968; }

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

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

background-color css

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

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

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

border-color css

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

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

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