Html Css Color HEX #441FCB Purple Heart

📋 copy color: '#441FCB'

red 68 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #441FCB

Tints of Purple Heart #441FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 22.52%
G = 10.26%
B = 67.22%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#441FCB (or 0x441FCB) is known color: Purple Heart. HEX triplet: 44, 1F and CB. RGB value is (68,31,203). Sum of RGB (Red+Green+Blue) = 68+31+203=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #441FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCB is #BBE034. Grayscale: #3D3D3D. Windows color (decimal): -12312629 or 13311812. OLE color: 13311812.

HSL color Cylindrical-coordinate representation of color #441FCB: hue angle of 252.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FCB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 31 203 -
CMYK 0.67 0.85 0 0.20
HSL 252.91º 0.74% 0.46% -
HSV(B) 252.91º 0.85% 0.8% -
XYZ 13.65 6.52 57.04 -
YUV 61.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 68 31 203 0.67 0.85 0 0.20 252.91 0.74 0.46
Hex 44 1F CB 43 55 0 14 FD 4A 2E
Octal 104 37 313 103 125 0 24 375 112 56
Binary 1000100 11111 11001011 1000011 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #441FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FCB

Black with #441FCB

Text Example


Text Example

White with #441FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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