Html Css Color HEX #441BB8 Purple Heart

📋 copy color: '#441BB8'

red 68 ◦ green 27 ◦ blue 184

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

Shades of Purple Heart #441BB8

Tints of Purple Heart #441BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 65.95%

R = 24.37%
G = 9.68%
B = 65.95%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#441BB8 (or 0x441BB8) is known color: Purple Heart. HEX triplet: 44, 1B and B8. RGB value is (68,27,184). Sum of RGB (Red+Green+Blue) = 68+27+184=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #441BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BB8 is #BBE447. Grayscale: #383838. Windows color (decimal): -12313672 or 12065604. OLE color: 12065604.

HSL color Cylindrical-coordinate representation of color #441BB8: hue angle of 255.67º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441BB8 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 27 184 -
CMYK 0.63 0.85 0 0.28
HSL 255.67º 0.74% 0.41% -
HSV(B) 255.67º 0.85% 0.72% -
XYZ 11.43 5.47 45.8 -
YUV 57.16 199.58 135.73 -
System Red Green Blue C M Y K H S L
Decimal 68 27 184 0.63 0.85 0 0.28 255.67 0.74 0.41
Hex 44 1B B8 3F 55 0 1C 100 4A 29
Octal 104 33 270 77 125 0 34 400 112 51
Binary 1000100 11011 10111000 111111 1010101 0 11100 100000000 1001010 101001

Color Harmonies of #441BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BB8

Black with #441BB8

Text Example


Text Example

White with #441BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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