Html Css Color HEX #442DBE Purple Heart

📋 copy color: '#442DBE'

red 68 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #442DBE

Tints of Purple Heart #442DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 22.44%
G = 14.85%
B = 62.71%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#442DBE (or 0x442DBE) is known color: Purple Heart. HEX triplet: 44, 2D and BE. RGB value is (68,45,190). Sum of RGB (Red+Green+Blue) = 68+45+190=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #442DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DBE is #BBD241. Grayscale: #434343. Windows color (decimal): -12309058 or 12463428. OLE color: 12463428.

HSL color Cylindrical-coordinate representation of color #442DBE: hue angle of 249.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442DBE is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 45 190 -
CMYK 0.64 0.76 0 0.25
HSL 249.52º 0.62% 0.46% -
HSV(B) 249.52º 0.76% 0.75% -
XYZ 12.62 6.82 49.37 -
YUV 68.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 68 45 190 0.64 0.76 0 0.25 249.52 0.62 0.46
Hex 44 2D BE 40 4C 0 19 FA 3E 2E
Octal 104 55 276 100 114 0 31 372 76 56
Binary 1000100 101101 10111110 1000000 1001100 0 11001 11111010 111110 101110

Color Harmonies of #442DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DBE

Black with #442DBE

Text Example


Text Example

White with #442DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442DBE; }

 p { color: rgb(68,45,190); }

 H1.HeaderClassName
 {
   color: #442DBE;
 }
 .AnyTagClassName
 {
   color: #442DBE;
 }
</style>

background-color css

<style>
 a { background-color: #442DBE; }

 a { background-color: rgb(68,45,190); }

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

border-color css

<style>
 span { border-color: #442DBE; }

 span { border-color: rgb(68,45,190); }

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