Html Css Color HEX #441F70 Blue Diamond

📋 copy color: '#441F70'

red 68 ◦ green 31 ◦ blue 112

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

Shades of Blue Diamond #441F70

Tints of Blue Diamond #441F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 32.23%
G = 14.69%
B = 53.08%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#441F70 (or 0x441F70) is known color: Blue Diamond. HEX triplet: 44, 1F and 70. RGB value is (68,31,112). Sum of RGB (Red+Green+Blue) = 68+31+112=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #441F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F70 is #BBE08F. Grayscale: #333333. Windows color (decimal): -12312720 or 7348036. OLE color: 7348036.

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

Color convert

RGB 68 31 112 -
CMYK 0.39 0.72 0 0.56
HSL 267.41º 0.57% 0.28% -
HSV(B) 267.41º 0.72% 0.44% -
XYZ 5.8 3.38 15.68 -
YUV 51.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 68 31 112 0.39 0.72 0 0.56 267.41 0.57 0.28
Hex 44 1F 70 27 48 0 38 10B 39 1C
Octal 104 37 160 47 110 0 70 413 71 34
Binary 1000100 11111 1110000 100111 1001000 0 111000 100001011 111001 11100

Color Harmonies of #441F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F70

Black with #441F70

Text Example


Text Example

White with #441F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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