Html Css Color HEX #442969 Blue Diamond

📋 copy color: '#442969'

red 68 ◦ green 41 ◦ blue 105

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

Shades of Blue Diamond #442969

Tints of Blue Diamond #442969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 31.78%
G = 19.16%
B = 49.07%

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

#442969 (or 0x442969) is known color: Blue Diamond. HEX triplet: 44, 29 and 69. RGB value is (68,41,105). Sum of RGB (Red+Green+Blue) = 68+41+105=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #442969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442969 is #BBD696. Grayscale: #383838. Windows color (decimal): -12310167 or 6891844. OLE color: 6891844.

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

Color convert

RGB 68 41 105 -
CMYK 0.35 0.61 0 0.59
HSL 265.31º 0.44% 0.29% -
HSV(B) 265.31º 0.61% 0.41% -
XYZ 5.73 3.83 13.8 -
YUV 56.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 68 41 105 0.35 0.61 0 0.59 265.31 0.44 0.29
Hex 44 29 69 23 3D 0 3B 109 2C 1D
Octal 104 51 151 43 75 0 73 411 54 35
Binary 1000100 101001 1101001 100011 111101 0 111011 100001001 101100 11101

Color Harmonies of #442969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442969

Black with #442969

Text Example


Text Example

White with #442969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442969; }

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

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

background-color css

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

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

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

border-color css

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

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

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