Html Css Color HEX #442DBC Purple Heart

📋 copy color: '#442DBC'

red 68 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #442DBC

Tints of Purple Heart #442DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 22.59%
G = 14.95%
B = 62.46%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#442DBC (or 0x442DBC) is known color: Purple Heart. HEX triplet: 44, 2D and BC. RGB value is (68,45,188). Sum of RGB (Red+Green+Blue) = 68+45+188=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #442DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DBC is #BBD243. Grayscale: #434343. Windows color (decimal): -12309060 or 12332356. OLE color: 12332356.

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

Color convert

RGB 68 45 188 -
CMYK 0.64 0.76 0 0.26
HSL 249.65º 0.61% 0.46% -
HSV(B) 249.65º 0.76% 0.74% -
XYZ 12.4 6.74 48.22 -
YUV 68.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 68 45 188 0.64 0.76 0 0.26 249.65 0.61 0.46
Hex 44 2D BC 40 4C 0 1A FA 3D 2E
Octal 104 55 274 100 114 0 32 372 75 56
Binary 1000100 101101 10111100 1000000 1001100 0 11010 11111010 111101 101110

Color Harmonies of #442DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DBC

Black with #442DBC

Text Example


Text Example

White with #442DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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