Html Css Color HEX #441B6E Blue Diamond

📋 copy color: '#441B6E'

red 68 ◦ green 27 ◦ blue 110

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

Shades of Blue Diamond #441B6E

Tints of Blue Diamond #441B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 33.17%
G = 13.17%
B = 53.66%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#441B6E (or 0x441B6E) is known color: Blue Diamond. HEX triplet: 44, 1B and 6E. RGB value is (68,27,110). Sum of RGB (Red+Green+Blue) = 68+27+110=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #441B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B6E is #BBE491. Grayscale: #303030. Windows color (decimal): -12313746 or 7215940. OLE color: 7215940.

HSL color Cylindrical-coordinate representation of color #441B6E: hue angle of 269.64º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441B6E is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 27 110 -
CMYK 0.38 0.75 0 0.57
HSL 269.64º 0.61% 0.27% -
HSV(B) 269.64º 0.75% 0.43% -
XYZ 5.59 3.14 15.06 -
YUV 48.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 68 27 110 0.38 0.75 0 0.57 269.64 0.61 0.27
Hex 44 1B 6E 26 4B 0 39 10E 3D 1B
Octal 104 33 156 46 113 0 71 416 75 33
Binary 1000100 11011 1101110 100110 1001011 0 111001 100001110 111101 11011

Color Harmonies of #441B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B6E

Black with #441B6E

Text Example


Text Example

White with #441B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,27,110); }

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

background-color css

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

 a { background-color: rgb(68,27,110); }

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

border-color css

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

 span { border-color: rgb(68,27,110); }

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