Html Css Color HEX #441F6B Blue Diamond

📋 copy color: '#441F6B'

red 68 ◦ green 31 ◦ blue 107

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

Shades of Blue Diamond #441F6B

Tints of Blue Diamond #441F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 33.01%
G = 15.05%
B = 51.94%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#441F6B (or 0x441F6B) is known color: Blue Diamond. HEX triplet: 44, 1F and 6B. RGB value is (68,31,107). Sum of RGB (Red+Green+Blue) = 68+31+107=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #441F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F6B is #BBE094. Grayscale: #323232. Windows color (decimal): -12312725 or 7020356. OLE color: 7020356.

HSL color Cylindrical-coordinate representation of color #441F6B: hue angle of 269.21º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441F6B is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 31 107 -
CMYK 0.36 0.71 0 0.58
HSL 269.21º 0.55% 0.27% -
HSV(B) 269.21º 0.71% 0.42% -
XYZ 5.53 3.27 14.25 -
YUV 50.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 68 31 107 0.36 0.71 0 0.58 269.21 0.55 0.27
Hex 44 1F 6B 24 47 0 3A 10D 37 1B
Octal 104 37 153 44 107 0 72 415 67 33
Binary 1000100 11111 1101011 100100 1000111 0 111010 100001101 110111 11011

Color Harmonies of #441F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F6B

Black with #441F6B

Text Example


Text Example

White with #441F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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