#442FBA

Color #442FBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #442FBA

Tints of Purple Heart #442FBA

Color information

#442FBA (or 0x442FBA) is unknown color: approx Purple Heart. HEX triplet: 44, 2F and BA. RGB value is (68,47,186). Sum of RGB (Red+Green+Blue) = 68+47+186=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #442FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FBA is #BBD045. Grayscale: #444444. Windows color (decimal): -12308550 or 12201796. OLE color: 12201796.

HSL color Cylindrical-coordinate representation of color #442FBA: hue angle of 249.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442FBA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6847186-
CMYK0.630.7500.27
HSL249.06º59.66%45.69%-
HSV(B)249.06º74.73%72.94%-
XYZ12.266.8147.12-
YUV69.12193.96127.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=22.59%
G=15.61%
B=61.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68471860.630.7500.27249.0659.6645.69
Hex442FBA3F4B01Bf93c2e
Octal10457272771130333717456
Binary100010010111110111010111111100101101101111111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,47,186); }

 H1.HeaderClassName
 {
   color: #442FBA;
 }
 .AnyTagClassName
 {
   color: #442FBA;
 }
</style>
background-color css

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

 a { background-color: rgb(68,47,186); }

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

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

 span { border-color: rgb(68,47,186); }

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