Html Css Color HEX #44419B Dark Slate Blue

📋 copy color: '#44419B'

red 68 ◦ green 65 ◦ blue 155

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

Shades of Dark Slate Blue #44419B

Tints of Dark Slate Blue #44419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 155 (60.94% from 255) = 53.82%

R = 23.61%
G = 22.57%
B = 53.82%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44419B (or 0x44419B) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 9B. RGB value is (68,65,155). Sum of RGB (Red+Green+Blue) = 68+65+155=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #44419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44419B is #BBBE64. Grayscale: #4B4B4B. Windows color (decimal): -12303973 or 10174788. OLE color: 10174788.

HSL color Cylindrical-coordinate representation of color #44419B: hue angle of 242º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44419B is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 65 155 -
CMYK 0.56 0.58 0 0.39
HSL 242º 0.41% 0.43% -
HSV(B) 242º 0.58% 0.61% -
XYZ 10.19 7.38 31.9 -
YUV 76.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 68 65 155 0.56 0.58 0 0.39 242 0.41 0.43
Hex 44 41 9B 38 3A 0 27 F2 29 2B
Octal 104 101 233 70 72 0 47 362 51 53
Binary 1000100 1000001 10011011 111000 111010 0 100111 11110010 101001 101011

Color Harmonies of #44419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44419B

Black with #44419B

Text Example


Text Example

White with #44419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44419B; }

 p { color: rgb(68,65,155); }

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

background-color css

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

 a { background-color: rgb(68,65,155); }

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

border-color css

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

 span { border-color: rgb(68,65,155); }

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