Html Css Color HEX #441875 Blue Diamond

📋 copy color: '#441875'

red 68 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #441875

Tints of Blue Diamond #441875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 32.54%
G = 11.48%
B = 55.98%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441875 (or 0x441875) is known color: Blue Diamond. HEX triplet: 44, 18 and 75. RGB value is (68,24,117). Sum of RGB (Red+Green+Blue) = 68+24+117=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #441875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441875 is #BBE78A. Grayscale: #2F2F2F. Windows color (decimal): -12314507 or 7673924. OLE color: 7673924.

HSL color Cylindrical-coordinate representation of color #441875: hue angle of 268.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441875 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 24 117 -
CMYK 0.42 0.79 0 0.54
HSL 268.39º 0.66% 0.28% -
HSV(B) 268.39º 0.79% 0.46% -
XYZ 5.92 3.17 17.13 -
YUV 47.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 68 24 117 0.42 0.79 0 0.54 268.39 0.66 0.28
Hex 44 18 75 2A 4F 0 36 10C 42 1C
Octal 104 30 165 52 117 0 66 414 102 34
Binary 1000100 11000 1110101 101010 1001111 0 110110 100001100 1000010 11100

Color Harmonies of #441875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441875

Black with #441875

Text Example


Text Example

White with #441875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441875; }

 p { color: rgb(68,24,117); }

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

background-color css

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

 a { background-color: rgb(68,24,117); }

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

border-color css

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

 span { border-color: rgb(68,24,117); }

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