Html Css Color HEX #441DCB Purple Heart

📋 copy color: '#441DCB'

red 68 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #441DCB

Tints of Purple Heart #441DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 22.67%
G = 9.67%
B = 67.67%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#441DCB (or 0x441DCB) is known color: Purple Heart. HEX triplet: 44, 1D and CB. RGB value is (68,29,203). Sum of RGB (Red+Green+Blue) = 68+29+203=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #441DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DCB is #BBE234. Grayscale: #3B3B3B. Windows color (decimal): -12313141 or 13311300. OLE color: 13311300.

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

Color convert

RGB 68 29 203 -
CMYK 0.67 0.86 0 0.20
HSL 253.45º 0.75% 0.45% -
HSV(B) 253.45º 0.86% 0.8% -
XYZ 13.6 6.42 57.02 -
YUV 60.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 68 29 203 0.67 0.86 0 0.20 253.45 0.75 0.45
Hex 44 1D CB 43 56 0 14 FD 4B 2D
Octal 104 35 313 103 126 0 24 375 113 55
Binary 1000100 11101 11001011 1000011 1010110 0 10100 11111101 1001011 101101

Color Harmonies of #441DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DCB

Black with #441DCB

Text Example


Text Example

White with #441DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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